Html Css Color HEX #953616 Burnt Umber

📋 copy color: '#953616'

red 149 ◦ green 54 ◦ blue 22

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

Shades of Burnt Umber #953616

Tints of Burnt Umber #953616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 66.22%
G = 24%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953616 (or 0x953616) is known color: Burnt Umber. HEX triplet: 95, 36 and 16. RGB value is (149,54,22). Sum of RGB (Red+Green+Blue) = 149+54+22=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953616 is #6AC9E9. Grayscale: #4E4E4E. Windows color (decimal): -6998506 or 1455765. OLE color: 1455765.

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

Color convert

RGB 149 54 22 -
CMYK 0 0.64 0.85 0.42
HSL 15.12º 0.74% 0.34% -
HSV(B) 15.12º 0.85% 0.58% -
XYZ 13.86 9.09 1.78 -
YUV 78.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 149 54 22 0 0.64 0.85 0.42 15.12 0.74 0.34
Hex 95 36 16 0 40 55 2A F 4A 22
Octal 225 66 26 0 100 125 52 17 112 42
Binary 10010101 110110 10110 0 1000000 1010101 101010 1111 1001010 100010

Color Harmonies of #953616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953616

Black with #953616

Text Example


Text Example

White with #953616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953616; }

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

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

background-color css

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

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

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

border-color css

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

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

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