Html Css Color HEX #7D3021 Burnt Umber

📋 copy color: '#7D3021'

red 125 ◦ green 48 ◦ blue 33

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

Shades of Burnt Umber #7D3021

Tints of Burnt Umber #7D3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 60.68%
G = 23.3%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D3021 (or 0x7D3021) is known color: Burnt Umber. HEX triplet: 7D, 30 and 21. RGB value is (125,48,33). Sum of RGB (Red+Green+Blue) = 125+48+33=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3021 is #82CFDE. Grayscale: #454545. Windows color (decimal): -8572895 or 2175101. OLE color: 2175101.

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

Color convert

RGB 125 48 33 -
CMYK 0 0.62 0.74 0.51
HSL 9.78º 0.58% 0.31% -
HSV(B) 9.78º 0.74% 0.49% -
XYZ 9.79 6.58 2.19 -
YUV 69.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 125 48 33 0 0.62 0.74 0.51 9.78 0.58 0.31
Hex 7D 30 21 0 3E 4A 33 A 3A 1F
Octal 175 60 41 0 76 112 63 12 72 37
Binary 1111101 110000 100001 0 111110 1001010 110011 1010 111010 11111

Color Harmonies of #7D3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3021

Black with #7D3021

Text Example


Text Example

White with #7D3021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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