Html Css Color HEX #913325 Burnt Umber

📋 copy color: '#913325'

red 145 ◦ green 51 ◦ blue 37

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

Shades of Burnt Umber #913325

Tints of Burnt Umber #913325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 62.23%
G = 21.89%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#913325 (or 0x913325) is known color: Burnt Umber. HEX triplet: 91, 33 and 25. RGB value is (145,51,37). Sum of RGB (Red+Green+Blue) = 145+51+37=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #913325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913325 is #6ECCDA. Grayscale: #4D4D4D. Windows color (decimal): -7261403 or 2438033. OLE color: 2438033.

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

Color convert

RGB 145 51 37 -
CMYK 0 0.65 0.74 0.43
HSL 7.78º 0.59% 0.36% -
HSV(B) 7.78º 0.74% 0.57% -
XYZ 13.19 8.52 2.7 -
YUV 77.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 145 51 37 0 0.65 0.74 0.43 7.78 0.59 0.36
Hex 91 33 25 0 41 4A 2B 8 3B 24
Octal 221 63 45 0 101 112 53 10 73 44
Binary 10010001 110011 100101 0 1000001 1001010 101011 1000 111011 100100

Color Harmonies of #913325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913325

Black with #913325

Text Example


Text Example

White with #913325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913325; }

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

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

background-color css

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

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

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

border-color css

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

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

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