Html Css Color HEX #7C3220 Burnt Umber

📋 copy color: '#7C3220'

red 124 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #7C3220

Tints of Burnt Umber #7C3220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 60.19%
G = 24.27%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C3220 (or 0x7C3220) is known color: Burnt Umber. HEX triplet: 7C, 32 and 20. RGB value is (124,50,32). Sum of RGB (Red+Green+Blue) = 124+50+32=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3220 is #83CDDF. Grayscale: #464646. Windows color (decimal): -8637920 or 2110076. OLE color: 2110076.

HSL color Cylindrical-coordinate representation of color #7C3220: hue angle of 11.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C3220 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 50 32 -
CMYK 0 0.60 0.74 0.51
HSL 11.74º 0.59% 0.31% -
HSV(B) 11.74º 0.74% 0.49% -
XYZ 9.71 6.67 2.14 -
YUV 70.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 124 50 32 0 0.60 0.74 0.51 11.74 0.59 0.31
Hex 7C 32 20 0 3C 4A 33 C 3B 1F
Octal 174 62 40 0 74 112 63 14 73 37
Binary 1111100 110010 100000 0 111100 1001010 110011 1100 111011 11111

Color Harmonies of #7C3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3220

Black with #7C3220

Text Example


Text Example

White with #7C3220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,50,32); }

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

background-color css

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

 a { background-color: rgb(124,50,32); }

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

border-color css

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

 span { border-color: rgb(124,50,32); }

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