Html Css Color HEX #7D2D19 Burnt Umber

📋 copy color: '#7D2D19'

red 125 ◦ green 45 ◦ blue 25

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

Shades of Burnt Umber #7D2D19

Tints of Burnt Umber #7D2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.08%

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 64.1%
G = 23.08%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D2D19 (or 0x7D2D19) is known color: Burnt Umber. HEX triplet: 7D, 2D and 19. RGB value is (125,45,25). Sum of RGB (Red+Green+Blue) = 125+45+25=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2D19 is #82D2E6. Grayscale: #424242. Windows color (decimal): -8573671 or 1650045. OLE color: 1650045.

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

Color convert

RGB 125 45 25 -
CMYK 0 0.64 0.8 0.51
HSL 12º 0.67% 0.29% -
HSV(B) 12º 0.8% 0.49% -
XYZ 9.57 6.31 1.63 -
YUV 66.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 125 45 25 0 0.64 0.8 0.51 12 0.67 0.29
Hex 7D 2D 19 0 40 50 33 C 43 1D
Octal 175 55 31 0 100 120 63 14 103 35
Binary 1111101 101101 11001 0 1000000 1010000 110011 1100 1000011 11101

Color Harmonies of #7D2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2D19

Black with #7D2D19

Text Example


Text Example

White with #7D2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,45,25); }

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

background-color css

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

 a { background-color: rgb(125,45,25); }

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

border-color css

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

 span { border-color: rgb(125,45,25); }

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