Html Css Color HEX #7D3524 Burnt Umber

📋 copy color: '#7D3524'

red 125 ◦ green 53 ◦ blue 36

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

Shades of Burnt Umber #7D3524

Tints of Burnt Umber #7D3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 58.41%
G = 24.77%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7D3524 (or 0x7D3524) is known color: Burnt Umber. HEX triplet: 7D, 35 and 24. RGB value is (125,53,36). Sum of RGB (Red+Green+Blue) = 125+53+36=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3524 is #82CADB. Grayscale: #484848. Windows color (decimal): -8571612 or 2372989. OLE color: 2372989.

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

Color convert

RGB 125 53 36 -
CMYK 0 0.58 0.71 0.51
HSL 11.46º 0.55% 0.32% -
HSV(B) 11.46º 0.71% 0.49% -
XYZ 10.05 7.03 2.5 -
YUV 72.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 125 53 36 0 0.58 0.71 0.51 11.46 0.55 0.32
Hex 7D 35 24 0 3A 47 33 B 37 20
Octal 175 65 44 0 72 107 63 13 67 40
Binary 1111101 110101 100100 0 111010 1000111 110011 1011 110111 100000

Color Harmonies of #7D3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3524

Black with #7D3524

Text Example


Text Example

White with #7D3524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,36); }

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

background-color css

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

 a { background-color: rgb(125,53,36); }

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

border-color css

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

 span { border-color: rgb(125,53,36); }

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