Html Css Color HEX #7D2F22 Burnt Umber

📋 copy color: '#7D2F22'

red 125 ◦ green 47 ◦ blue 34

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

Shades of Burnt Umber #7D2F22

Tints of Burnt Umber #7D2F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 60.68%
G = 22.82%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7D2F22 (or 0x7D2F22) is known color: Burnt Umber. HEX triplet: 7D, 2F and 22. RGB value is (125,47,34). Sum of RGB (Red+Green+Blue) = 125+47+34=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F22 is #82D0DD. Grayscale: #444444. Windows color (decimal): -8573150 or 2240381. OLE color: 2240381.

HSL color Cylindrical-coordinate representation of color #7D2F22: hue angle of 8.57º 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 #7D2F22 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 47 34 -
CMYK 0 0.62 0.73 0.51
HSL 8.57º 0.57% 0.31% -
HSV(B) 8.57º 0.73% 0.49% -
XYZ 9.76 6.51 2.26 -
YUV 68.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 125 47 34 0 0.62 0.73 0.51 8.57 0.57 0.31
Hex 7D 2F 22 0 3E 49 33 9 39 1F
Octal 175 57 42 0 76 111 63 11 71 37
Binary 1111101 101111 100010 0 111110 1001001 110011 1001 111001 11111

Color Harmonies of #7D2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2F22

Black with #7D2F22

Text Example


Text Example

White with #7D2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,47,34); }

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

background-color css

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

 a { background-color: rgb(125,47,34); }

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

border-color css

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

 span { border-color: rgb(125,47,34); }

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