Html Css Color HEX #913214 Burnt Umber

📋 copy color: '#913214'

red 145 ◦ green 50 ◦ blue 20

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

Shades of Burnt Umber #913214

Tints of Burnt Umber #913214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 67.44%
G = 23.26%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#913214 (or 0x913214) is known color: Burnt Umber. HEX triplet: 91, 32 and 14. RGB value is (145,50,20). Sum of RGB (Red+Green+Blue) = 145+50+20=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #913214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913214 is #6ECDEB. Grayscale: #4B4B4B. Windows color (decimal): -7261676 or 1323665. OLE color: 1323665.

HSL color Cylindrical-coordinate representation of color #913214: hue angle of 14.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913214 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 20 -
CMYK 0 0.66 0.86 0.43
HSL 14.4º 0.76% 0.32% -
HSV(B) 14.4º 0.86% 0.57% -
XYZ 12.94 8.35 1.59 -
YUV 74.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 145 50 20 0 0.66 0.86 0.43 14.4 0.76 0.32
Hex 91 32 14 0 42 56 2B E 4C 20
Octal 221 62 24 0 102 126 53 16 114 40
Binary 10010001 110010 10100 0 1000010 1010110 101011 1110 1001100 100000

Color Harmonies of #913214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913214

Black with #913214

Text Example


Text Example

White with #913214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913214; }

 p { color: rgb(145,50,20); }

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

background-color css

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

 a { background-color: rgb(145,50,20); }

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

border-color css

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

 span { border-color: rgb(145,50,20); }

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