Html Css Color HEX #764A15 Raw Umber

📋 copy color: '#764A15'

red 118 ◦ green 74 ◦ blue 21

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

Shades of Raw Umber #764A15

Tints of Raw Umber #764A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 55.4%
G = 34.74%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#764A15 (or 0x764A15) is known color: Raw Umber. HEX triplet: 76, 4A and 15. RGB value is (118,74,21). Sum of RGB (Red+Green+Blue) = 118+74+21=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #764A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A15 is #89B5EA. Grayscale: #515151. Windows color (decimal): -9025003 or 1395318. OLE color: 1395318.

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

Color convert

RGB 118 74 21 -
CMYK 0 0.37 0.82 0.54
HSL 32.78º 0.7% 0.27% -
HSV(B) 32.78º 0.82% 0.46% -
XYZ 10.06 8.8 1.88 -
YUV 81.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 118 74 21 0 0.37 0.82 0.54 32.78 0.7 0.27
Hex 76 4A 15 0 25 52 36 21 46 1B
Octal 166 112 25 0 45 122 66 41 106 33
Binary 1110110 1001010 10101 0 100101 1010010 110110 100001 1000110 11011

Color Harmonies of #764A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A15

Black with #764A15

Text Example


Text Example

White with #764A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,21); }

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

background-color css

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

 a { background-color: rgb(118,74,21); }

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

border-color css

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

 span { border-color: rgb(118,74,21); }

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