Html Css Color HEX #764B16 Raw Umber

📋 copy color: '#764B16'

red 118 ◦ green 75 ◦ blue 22

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

Shades of Raw Umber #764B16

Tints of Raw Umber #764B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 54.88%
G = 34.88%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764B16 (or 0x764B16) is known color: Raw Umber. HEX triplet: 76, 4B and 16. RGB value is (118,75,22). Sum of RGB (Red+Green+Blue) = 118+75+22=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #764B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B16 is #89B4E9. Grayscale: #525252. Windows color (decimal): -9024746 or 1461110. OLE color: 1461110.

HSL color Cylindrical-coordinate representation of color #764B16: hue angle of 33.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764B16 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 22 -
CMYK 0 0.36 0.81 0.54
HSL 33.13º 0.69% 0.27% -
HSV(B) 33.13º 0.81% 0.46% -
XYZ 10.13 8.94 1.95 -
YUV 81.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 118 75 22 0 0.36 0.81 0.54 33.13 0.69 0.27
Hex 76 4B 16 0 24 51 36 21 45 1B
Octal 166 113 26 0 44 121 66 41 105 33
Binary 1110110 1001011 10110 0 100100 1010001 110110 100001 1000101 11011

Color Harmonies of #764B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B16

Black with #764B16

Text Example


Text Example

White with #764B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,75,22); }

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

background-color css

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

 a { background-color: rgb(118,75,22); }

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

border-color css

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

 span { border-color: rgb(118,75,22); }

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