Html Css Color HEX #953112 Burnt Umber

📋 copy color: '#953112'

red 149 ◦ green 49 ◦ blue 18

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

Shades of Burnt Umber #953112

Tints of Burnt Umber #953112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 68.98%
G = 22.69%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953112 (or 0x953112) is known color: Burnt Umber. HEX triplet: 95, 31 and 12. RGB value is (149,49,18). Sum of RGB (Red+Green+Blue) = 149+49+18=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953112 is #6ACEED. Grayscale: #4B4B4B. Windows color (decimal): -6999790 or 1192341. OLE color: 1192341.

HSL color Cylindrical-coordinate representation of color #953112: hue angle of 14.2º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #953112 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 18 -
CMYK 0 0.67 0.88 0.42
HSL 14.2º 0.78% 0.33% -
HSV(B) 14.2º 0.88% 0.58% -
XYZ 13.6 8.63 1.52 -
YUV 75.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 149 49 18 0 0.67 0.88 0.42 14.2 0.78 0.33
Hex 95 31 12 0 43 58 2A E 4E 21
Octal 225 61 22 0 103 130 52 16 116 41
Binary 10010101 110001 10010 0 1000011 1011000 101010 1110 1001110 100001

Color Harmonies of #953112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953112

Black with #953112

Text Example


Text Example

White with #953112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953112; }

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

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

background-color css

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

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

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

border-color css

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

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

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