Html Css Color HEX #913820 Burnt Umber

📋 copy color: '#913820'

red 145 ◦ green 56 ◦ blue 32

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

Shades of Burnt Umber #913820

Tints of Burnt Umber #913820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 62.23%
G = 24.03%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#913820 (or 0x913820) is known color: Burnt Umber. HEX triplet: 91, 38 and 20. RGB value is (145,56,32). Sum of RGB (Red+Green+Blue) = 145+56+32=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #913820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913820 is #6EC7DF. Grayscale: #505050. Windows color (decimal): -7260128 or 2111633. OLE color: 2111633.

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

Color convert

RGB 145 56 32 -
CMYK 0 0.61 0.78 0.43
HSL 12.74º 0.64% 0.35% -
HSV(B) 12.74º 0.78% 0.57% -
XYZ 13.35 8.95 2.39 -
YUV 79.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 145 56 32 0 0.61 0.78 0.43 12.74 0.64 0.35
Hex 91 38 20 0 3D 4E 2B D 40 23
Octal 221 70 40 0 75 116 53 15 100 43
Binary 10010001 111000 100000 0 111101 1001110 101011 1101 1000000 100011

Color Harmonies of #913820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913820

Black with #913820

Text Example


Text Example

White with #913820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913820; }

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

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

background-color css

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

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

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

border-color css

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

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

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