Html Css Color HEX #762D18 Pueblo

📋 copy color: '#762D18'

red 118 ◦ green 45 ◦ blue 24

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

Shades of Pueblo #762D18

Tints of Pueblo #762D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 63.1%
G = 24.06%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#762D18 (or 0x762D18) is known color: Pueblo. HEX triplet: 76, 2D and 18. RGB value is (118,45,24). Sum of RGB (Red+Green+Blue) = 118+45+24=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D18 is #89D2E7. Grayscale: #404040. Windows color (decimal): -9032424 or 1584502. OLE color: 1584502.

HSL color Cylindrical-coordinate representation of color #762D18: hue angle of 13.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762D18 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 24 -
CMYK 0 0.62 0.80 0.54
HSL 13.4º 0.66% 0.28% -
HSV(B) 13.4º 0.8% 0.46% -
XYZ 8.57 5.79 1.53 -
YUV 64.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 118 45 24 0 0.62 0.80 0.54 13.4 0.66 0.28
Hex 76 2D 18 0 3E 50 36 D 42 1C
Octal 166 55 30 0 76 120 66 15 102 34
Binary 1110110 101101 11000 0 111110 1010000 110110 1101 1000010 11100

Color Harmonies of #762D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D18

Black with #762D18

Text Example


Text Example

White with #762D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D18; }

 p { color: rgb(118,45,24); }

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

background-color css

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

 a { background-color: rgb(118,45,24); }

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

border-color css

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

 span { border-color: rgb(118,45,24); }

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