Html Css Color HEX #953316 Burnt Umber

📋 copy color: '#953316'

red 149 ◦ green 51 ◦ blue 22

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

Shades of Burnt Umber #953316

Tints of Burnt Umber #953316

RGB

 RED value IS 149 (58.59% from 255) = 67.12%

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

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 67.12%
G = 22.97%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953316 (or 0x953316) is known color: Burnt Umber. HEX triplet: 95, 33 and 16. RGB value is (149,51,22). Sum of RGB (Red+Green+Blue) = 149+51+22=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953316 is #6ACCE9. Grayscale: #4D4D4D. Windows color (decimal): -6999274 or 1454997. OLE color: 1454997.

HSL color Cylindrical-coordinate representation of color #953316: hue angle of 13.7º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953316 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 22 -
CMYK 0 0.66 0.85 0.42
HSL 13.7º 0.74% 0.34% -
HSV(B) 13.7º 0.85% 0.58% -
XYZ 13.72 8.82 1.74 -
YUV 77 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 149 51 22 0 0.66 0.85 0.42 13.7 0.74 0.34
Hex 95 33 16 0 42 55 2A E 4A 22
Octal 225 63 26 0 102 125 52 16 112 42
Binary 10010101 110011 10110 0 1000010 1010101 101010 1110 1001010 100010

Color Harmonies of #953316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953316

Black with #953316

Text Example


Text Example

White with #953316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953316; }

 p { color: rgb(149,51,22); }

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

background-color css

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

 a { background-color: rgb(149,51,22); }

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

border-color css

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

 span { border-color: rgb(149,51,22); }

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