Html Css Color HEX #764816 Raw Umber

📋 copy color: '#764816'

red 118 ◦ green 72 ◦ blue 22

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

Shades of Raw Umber #764816

Tints of Raw Umber #764816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 55.66%
G = 33.96%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764816 (or 0x764816) is known color: Raw Umber. HEX triplet: 76, 48 and 16. RGB value is (118,72,22). Sum of RGB (Red+Green+Blue) = 118+72+22=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #764816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764816 is #89B7E9. Grayscale: #505050. Windows color (decimal): -9025514 or 1460342. OLE color: 1460342.

HSL color Cylindrical-coordinate representation of color #764816: hue angle of 31.25º 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 #764816 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 22 -
CMYK 0 0.39 0.81 0.54
HSL 31.25º 0.69% 0.27% -
HSV(B) 31.25º 0.81% 0.46% -
XYZ 9.93 8.54 1.88 -
YUV 80.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 118 72 22 0 0.39 0.81 0.54 31.25 0.69 0.27
Hex 76 48 16 0 27 51 36 1F 45 1B
Octal 166 110 26 0 47 121 66 37 105 33
Binary 1110110 1001000 10110 0 100111 1010001 110110 11111 1000101 11011

Color Harmonies of #764816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764816

Black with #764816

Text Example


Text Example

White with #764816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764816; }

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

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

background-color css

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

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

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

border-color css

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

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

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