Html Css Color HEX #7D2A12 Burnt Umber

📋 copy color: '#7D2A12'

red 125 ◦ green 42 ◦ blue 18

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

Shades of Burnt Umber #7D2A12

Tints of Burnt Umber #7D2A12

RGB

 RED value IS 125 (49.22% from 255) = 67.57%

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 67.57%
G = 22.7%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D2A12 (or 0x7D2A12) is known color: Burnt Umber. HEX triplet: 7D, 2A and 12. RGB value is (125,42,18). Sum of RGB (Red+Green+Blue) = 125+42+18=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2A12 is #82D5ED. Grayscale: #404040. Windows color (decimal): -8574446 or 1190525. OLE color: 1190525.

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

Color convert

RGB 125 42 18 -
CMYK 0 0.66 0.86 0.51
HSL 13.46º 0.75% 0.28% -
HSV(B) 13.46º 0.86% 0.49% -
XYZ 9.39 6.06 1.25 -
YUV 64.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 125 42 18 0 0.66 0.86 0.51 13.46 0.75 0.28
Hex 7D 2A 12 0 42 56 33 D 4B 1C
Octal 175 52 22 0 102 126 63 15 113 34
Binary 1111101 101010 10010 0 1000010 1010110 110011 1101 1001011 11100

Color Harmonies of #7D2A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2A12

Black with #7D2A12

Text Example


Text Example

White with #7D2A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,42,18); }

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

background-color css

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

 a { background-color: rgb(125,42,18); }

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

border-color css

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

 span { border-color: rgb(125,42,18); }

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