Html Css Color HEX #953418 Burnt Umber

📋 copy color: '#953418'

red 149 ◦ green 52 ◦ blue 24

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

Shades of Burnt Umber #953418

Tints of Burnt Umber #953418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 66.22%
G = 23.11%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#953418 (or 0x953418) is known color: Burnt Umber. HEX triplet: 95, 34 and 18. RGB value is (149,52,24). Sum of RGB (Red+Green+Blue) = 149+52+24=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953418 is #6ACBE7. Grayscale: #4E4E4E. Windows color (decimal): -6999016 or 1586325. OLE color: 1586325.

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

Color convert

RGB 149 52 24 -
CMYK 0 0.65 0.84 0.42
HSL 13.44º 0.72% 0.34% -
HSV(B) 13.44º 0.84% 0.58% -
XYZ 13.79 8.91 1.86 -
YUV 77.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 149 52 24 0 0.65 0.84 0.42 13.44 0.72 0.34
Hex 95 34 18 0 41 54 2A D 48 22
Octal 225 64 30 0 101 124 52 15 110 42
Binary 10010101 110100 11000 0 1000001 1010100 101010 1101 1001000 100010

Color Harmonies of #953418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953418

Black with #953418

Text Example


Text Example

White with #953418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953418; }

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

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

background-color css

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

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

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

border-color css

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

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

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