Html Css Color HEX #953116 Burnt Umber

📋 copy color: '#953116'

red 149 ◦ green 49 ◦ blue 22

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

Shades of Burnt Umber #953116

Tints of Burnt Umber #953116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

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

R = 67.73%
G = 22.27%
B = 10%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953116 (or 0x953116) is known color: Burnt Umber. HEX triplet: 95, 31 and 16. RGB value is (149,49,22). Sum of RGB (Red+Green+Blue) = 149+49+22=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953116 is #6ACEE9. Grayscale: #4C4C4C. Windows color (decimal): -6999786 or 1454485. OLE color: 1454485.

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

Color convert

RGB 149 49 22 -
CMYK 0 0.67 0.85 0.42
HSL 12.76º 0.74% 0.34% -
HSV(B) 12.76º 0.85% 0.58% -
XYZ 13.64 8.64 1.71 -
YUV 75.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 149 49 22 0 0.67 0.85 0.42 12.76 0.74 0.34
Hex 95 31 16 0 43 55 2A D 4A 22
Octal 225 61 26 0 103 125 52 15 112 42
Binary 10010101 110001 10110 0 1000011 1010101 101010 1101 1001010 100010

Color Harmonies of #953116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953116

Black with #953116

Text Example


Text Example

White with #953116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953116; }

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

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

background-color css

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

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

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

border-color css

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

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

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