Html Css Color HEX #764C18 Raw Umber

📋 copy color: '#764C18'

red 118 ◦ green 76 ◦ blue 24

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

Shades of Raw Umber #764C18

Tints of Raw Umber #764C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 54.13%
G = 34.86%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#764C18 (or 0x764C18) is known color: Raw Umber. HEX triplet: 76, 4C and 18. RGB value is (118,76,24). Sum of RGB (Red+Green+Blue) = 118+76+24=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C18 is #89B3E7. Grayscale: #525252. Windows color (decimal): -9024488 or 1592438. OLE color: 1592438.

HSL color Cylindrical-coordinate representation of color #764C18: hue angle of 33.19º 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 #764C18 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 24 -
CMYK 0 0.36 0.80 0.54
HSL 33.19º 0.66% 0.28% -
HSV(B) 33.19º 0.8% 0.46% -
XYZ 10.22 9.09 2.08 -
YUV 82.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 118 76 24 0 0.36 0.80 0.54 33.19 0.66 0.28
Hex 76 4C 18 0 24 50 36 21 42 1C
Octal 166 114 30 0 44 120 66 41 102 34
Binary 1110110 1001100 11000 0 100100 1010000 110110 100001 1000010 11100

Color Harmonies of #764C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C18

Black with #764C18

Text Example


Text Example

White with #764C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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