Html Css Color HEX #913320 Burnt Umber

📋 copy color: '#913320'

red 145 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #913320

Tints of Burnt Umber #913320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 63.6%
G = 22.37%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#913320 (or 0x913320) is known color: Burnt Umber. HEX triplet: 91, 33 and 20. RGB value is (145,51,32). Sum of RGB (Red+Green+Blue) = 145+51+32=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #913320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913320 is #6ECCDF. Grayscale: #4D4D4D. Windows color (decimal): -7261408 or 2110353. OLE color: 2110353.

HSL color Cylindrical-coordinate representation of color #913320: hue angle of 10.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #913320 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 32 -
CMYK 0 0.65 0.78 0.43
HSL 10.09º 0.64% 0.35% -
HSV(B) 10.09º 0.78% 0.57% -
XYZ 13.12 8.49 2.31 -
YUV 76.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 145 51 32 0 0.65 0.78 0.43 10.09 0.64 0.35
Hex 91 33 20 0 41 4E 2B A 40 23
Octal 221 63 40 0 101 116 53 12 100 43
Binary 10010001 110011 100000 0 1000001 1001110 101011 1010 1000000 100011

Color Harmonies of #913320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913320

Black with #913320

Text Example


Text Example

White with #913320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913320; }

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

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

background-color css

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

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

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

border-color css

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

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

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