Html Css Color HEX #7D2D1C Burnt Umber

📋 copy color: '#7D2D1C'

red 125 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #7D2D1C

Tints of Burnt Umber #7D2D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 63.13%
G = 22.73%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D2D1C (or 0x7D2D1C) is known color: Burnt Umber. HEX triplet: 7D, 2D and 1C. RGB value is (125,45,28). Sum of RGB (Red+Green+Blue) = 125+45+28=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2D1C is #82D2E3. Grayscale: #434343. Windows color (decimal): -8573668 or 1846653. OLE color: 1846653.

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

Color convert

RGB 125 45 28 -
CMYK 0 0.64 0.78 0.51
HSL 10.52º 0.63% 0.3% -
HSV(B) 10.52º 0.78% 0.49% -
XYZ 9.61 6.32 1.81 -
YUV 66.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 125 45 28 0 0.64 0.78 0.51 10.52 0.63 0.3
Hex 7D 2D 1C 0 40 4E 33 B 3F 1E
Octal 175 55 34 0 100 116 63 13 77 36
Binary 1111101 101101 11100 0 1000000 1001110 110011 1011 111111 11110

Color Harmonies of #7D2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2D1C

Black with #7D2D1C

Text Example


Text Example

White with #7D2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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