Html Css Color HEX #7D3725 Burnt Umber

📋 copy color: '#7D3725'

red 125 ◦ green 55 ◦ blue 37

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

Shades of Burnt Umber #7D3725

Tints of Burnt Umber #7D3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 57.6%
G = 25.35%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D3725 (or 0x7D3725) is known color: Burnt Umber. HEX triplet: 7D, 37 and 25. RGB value is (125,55,37). Sum of RGB (Red+Green+Blue) = 125+55+37=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3725 is #82C8DA. Grayscale: #4A4A4A. Windows color (decimal): -8571099 or 2439037. OLE color: 2439037.

HSL color Cylindrical-coordinate representation of color #7D3725: hue angle of 12.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3725 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 37 -
CMYK 0 0.56 0.70 0.51
HSL 12.27º 0.54% 0.32% -
HSV(B) 12.27º 0.7% 0.49% -
XYZ 10.16 7.23 2.61 -
YUV 73.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 125 55 37 0 0.56 0.70 0.51 12.27 0.54 0.32
Hex 7D 37 25 0 38 46 33 C 36 20
Octal 175 67 45 0 70 106 63 14 66 40
Binary 1111101 110111 100101 0 111000 1000110 110011 1100 110110 100000

Color Harmonies of #7D3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3725

Black with #7D3725

Text Example


Text Example

White with #7D3725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,37); }

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

background-color css

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

 a { background-color: rgb(125,55,37); }

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

border-color css

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

 span { border-color: rgb(125,55,37); }

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