Html Css Color HEX #7C3122 Burnt Umber

📋 copy color: '#7C3122'

red 124 ◦ green 49 ◦ blue 34

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

Shades of Burnt Umber #7C3122

Tints of Burnt Umber #7C3122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 59.9%
G = 23.67%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C3122 (or 0x7C3122) is known color: Burnt Umber. HEX triplet: 7C, 31 and 22. RGB value is (124,49,34). Sum of RGB (Red+Green+Blue) = 124+49+34=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3122 is #83CEDD. Grayscale: #454545. Windows color (decimal): -8638174 or 2240892. OLE color: 2240892.

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

Color convert

RGB 124 49 34 -
CMYK 0 0.60 0.73 0.51
HSL 10º 0.57% 0.31% -
HSV(B) 10º 0.73% 0.49% -
XYZ 9.7 6.6 2.28 -
YUV 69.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 124 49 34 0 0.60 0.73 0.51 10 0.57 0.31
Hex 7C 31 22 0 3C 49 33 A 39 1F
Octal 174 61 42 0 74 111 63 12 71 37
Binary 1111100 110001 100010 0 111100 1001001 110011 1010 111001 11111

Color Harmonies of #7C3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3122

Black with #7C3122

Text Example


Text Example

White with #7C3122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,34); }

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

background-color css

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

 a { background-color: rgb(124,49,34); }

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

border-color css

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

 span { border-color: rgb(124,49,34); }

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