Html Css Color HEX #913414 Burnt Umber

📋 copy color: '#913414'

red 145 ◦ green 52 ◦ blue 20

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

Shades of Burnt Umber #913414

Tints of Burnt Umber #913414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 66.82%
G = 23.96%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#913414 (or 0x913414) is known color: Burnt Umber. HEX triplet: 91, 34 and 14. RGB value is (145,52,20). Sum of RGB (Red+Green+Blue) = 145+52+20=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #913414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913414 is #6ECBEB. Grayscale: #4C4C4C. Windows color (decimal): -7261164 or 1324177. OLE color: 1324177.

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

Color convert

RGB 145 52 20 -
CMYK 0 0.64 0.86 0.43
HSL 15.36º 0.76% 0.32% -
HSV(B) 15.36º 0.86% 0.57% -
XYZ 13.03 8.53 1.62 -
YUV 76.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 145 52 20 0 0.64 0.86 0.43 15.36 0.76 0.32
Hex 91 34 14 0 40 56 2B F 4C 20
Octal 221 64 24 0 100 126 53 17 114 40
Binary 10010001 110100 10100 0 1000000 1010110 101011 1111 1001100 100000

Color Harmonies of #913414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913414

Black with #913414

Text Example


Text Example

White with #913414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913414; }

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

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

background-color css

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

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

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

border-color css

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

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

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