Html Css Color HEX #953318 Burnt Umber

📋 copy color: '#953318'

red 149 ◦ green 51 ◦ blue 24

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

Shades of Burnt Umber #953318

Tints of Burnt Umber #953318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 66.52%
G = 22.77%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#953318 (or 0x953318) is known color: Burnt Umber. HEX triplet: 95, 33 and 18. RGB value is (149,51,24). Sum of RGB (Red+Green+Blue) = 149+51+24=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953318 is #6ACCE7. Grayscale: #4D4D4D. Windows color (decimal): -6999272 or 1586069. OLE color: 1586069.

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

Color convert

RGB 149 51 24 -
CMYK 0 0.66 0.84 0.42
HSL 12.96º 0.72% 0.34% -
HSV(B) 12.96º 0.84% 0.58% -
XYZ 13.74 8.82 1.84 -
YUV 77.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 149 51 24 0 0.66 0.84 0.42 12.96 0.72 0.34
Hex 95 33 18 0 42 54 2A D 48 22
Octal 225 63 30 0 102 124 52 15 110 42
Binary 10010101 110011 11000 0 1000010 1010100 101010 1101 1001000 100010

Color Harmonies of #953318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953318

Black with #953318

Text Example


Text Example

White with #953318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953318; }

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

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

background-color css

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

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

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

border-color css

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

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

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