Html Css Color HEX #913725 Burnt Umber

📋 copy color: '#913725'

red 145 ◦ green 55 ◦ blue 37

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

Shades of Burnt Umber #913725

Tints of Burnt Umber #913725

RGB

 RED value IS 145 (57.03% from 255) = 61.18%

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

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

R = 61.18%
G = 23.21%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#913725 (or 0x913725) is known color: Burnt Umber. HEX triplet: 91, 37 and 25. RGB value is (145,55,37). Sum of RGB (Red+Green+Blue) = 145+55+37=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #913725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913725 is #6EC8DA. Grayscale: #505050. Windows color (decimal): -7260379 or 2439057. OLE color: 2439057.

HSL color Cylindrical-coordinate representation of color #913725: hue angle of 10º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913725 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 37 -
CMYK 0 0.62 0.74 0.43
HSL 10º 0.59% 0.36% -
HSV(B) 10º 0.74% 0.57% -
XYZ 13.38 8.89 2.76 -
YUV 79.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 145 55 37 0 0.62 0.74 0.43 10 0.59 0.36
Hex 91 37 25 0 3E 4A 2B A 3B 24
Octal 221 67 45 0 76 112 53 12 73 44
Binary 10010001 110111 100101 0 111110 1001010 101011 1010 111011 100100

Color Harmonies of #913725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913725

Black with #913725

Text Example


Text Example

White with #913725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913725; }

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

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

background-color css

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

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

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

border-color css

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

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

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