Html Css Color HEX #953312 Burnt Umber

📋 copy color: '#953312'

red 149 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #953312

Tints of Burnt Umber #953312

RGB

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

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

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

R = 68.35%
G = 23.39%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953312 (or 0x953312) is known color: Burnt Umber. HEX triplet: 95, 33 and 12. RGB value is (149,51,18). Sum of RGB (Red+Green+Blue) = 149+51+18=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953312 is #6ACCED. Grayscale: #4C4C4C. Windows color (decimal): -6999278 or 1192853. OLE color: 1192853.

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

Color convert

RGB 149 51 18 -
CMYK 0 0.66 0.88 0.42
HSL 15.11º 0.78% 0.33% -
HSV(B) 15.11º 0.88% 0.58% -
XYZ 13.69 8.8 1.55 -
YUV 76.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 149 51 18 0 0.66 0.88 0.42 15.11 0.78 0.33
Hex 95 33 12 0 42 58 2A F 4E 21
Octal 225 63 22 0 102 130 52 17 116 41
Binary 10010101 110011 10010 0 1000010 1011000 101010 1111 1001110 100001

Color Harmonies of #953312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953312

Black with #953312

Text Example


Text Example

White with #953312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953312; }

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

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

background-color css

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

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

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

border-color css

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

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

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