Html Css Color HEX #763528 Pueblo

📋 copy color: '#763528'

red 118 ◦ green 53 ◦ blue 40

#763528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #763528

Tints of Pueblo #763528

RGB

 RED value IS 118 (46.48% from 255) = 55.92%

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 55.92%
G = 25.12%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#763528 (or 0x763528) is known color: Pueblo. HEX triplet: 76, 35 and 28. RGB value is (118,53,40). Sum of RGB (Red+Green+Blue) = 118+53+40=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763528 is #89CAD7. Grayscale: #474747. Windows color (decimal): -9030360 or 2635126. OLE color: 2635126.

HSL color Cylindrical-coordinate representation of color #763528: hue angle of 10º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763528 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 40 -
CMYK 0 0.55 0.66 0.54
HSL 10º 0.49% 0.31% -
HSV(B) 10º 0.66% 0.46% -
XYZ 9.13 6.55 2.79 -
YUV 70.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 118 53 40 0 0.55 0.66 0.54 10 0.49 0.31
Hex 76 35 28 0 37 42 36 A 31 1F
Octal 166 65 50 0 67 102 66 12 61 37
Binary 1110110 110101 101000 0 110111 1000010 110110 1010 110001 11111

Color Harmonies of #763528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763528

Black with #763528

Text Example


Text Example

White with #763528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763528; }

 p { color: rgb(118,53,40); }

 H1.HeaderClassName
 {
   color: #763528;
 }
 .AnyTagClassName
 {
   color: #763528;
 }
</style>

background-color css

<style>
 a { background-color: #763528; }

 a { background-color: rgb(118,53,40); }

 div.DivClassName
 {
   background-color: #763528;
 }
 .BgClassName
 {
   background-color: #763528;
 }
</style>

border-color css

<style>
 span { border-color: #763528; }

 span { border-color: rgb(118,53,40); }

 td.TdClassName
 {
   border-color: #763528;
 }
 .TagClassName
 {
   border-color: #763528;
 }
</style>