Html Css Color HEX #7D3121 Burnt Umber

📋 copy color: '#7D3121'

red 125 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #7D3121

Tints of Burnt Umber #7D3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 60.39%
G = 23.67%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D3121 (or 0x7D3121) is known color: Burnt Umber. HEX triplet: 7D, 31 and 21. RGB value is (125,49,33). Sum of RGB (Red+Green+Blue) = 125+49+33=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3121 is #82CEDE. Grayscale: #464646. Windows color (decimal): -8572639 or 2175357. OLE color: 2175357.

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

Color convert

RGB 125 49 33 -
CMYK 0 0.61 0.74 0.51
HSL 10.43º 0.58% 0.31% -
HSV(B) 10.43º 0.74% 0.49% -
XYZ 9.83 6.67 2.21 -
YUV 69.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 125 49 33 0 0.61 0.74 0.51 10.43 0.58 0.31
Hex 7D 31 21 0 3D 4A 33 A 3A 1F
Octal 175 61 41 0 75 112 63 12 72 37
Binary 1111101 110001 100001 0 111101 1001010 110011 1010 111010 11111

Color Harmonies of #7D3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3121

Black with #7D3121

Text Example


Text Example

White with #7D3121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,33); }

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

background-color css

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

 a { background-color: rgb(125,49,33); }

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

border-color css

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

 span { border-color: rgb(125,49,33); }

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