Html Css Color HEX #7C2A16 Burnt Umber

📋 copy color: '#7C2A16'

red 124 ◦ green 42 ◦ blue 22

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

Shades of Burnt Umber #7C2A16

Tints of Burnt Umber #7C2A16

RGB

 RED value IS 124 (48.83% from 255) = 65.96%

 GREEN value IS 42 (16.8% from 255) = 22.34%

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

R = 65.96%
G = 22.34%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C2A16 (or 0x7C2A16) is known color: Burnt Umber. HEX triplet: 7C, 2A and 16. RGB value is (124,42,22). Sum of RGB (Red+Green+Blue) = 124+42+22=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2A16 is #83D5E9. Grayscale: #404040. Windows color (decimal): -8639978 or 1452668. OLE color: 1452668.

HSL color Cylindrical-coordinate representation of color #7C2A16: hue angle of 11.76º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2A16 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 42 22 -
CMYK 0 0.66 0.82 0.51
HSL 11.76º 0.7% 0.29% -
HSV(B) 11.76º 0.82% 0.49% -
XYZ 9.28 6 1.43 -
YUV 64.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 124 42 22 0 0.66 0.82 0.51 11.76 0.7 0.29
Hex 7C 2A 16 0 42 52 33 C 46 1D
Octal 174 52 26 0 102 122 63 14 106 35
Binary 1111100 101010 10110 0 1000010 1010010 110011 1100 1000110 11101

Color Harmonies of #7C2A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2A16

Black with #7C2A16

Text Example


Text Example

White with #7C2A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C2A16; }

 p { color: rgb(124,42,22); }

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

background-color css

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

 a { background-color: rgb(124,42,22); }

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

border-color css

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

 span { border-color: rgb(124,42,22); }

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