Html Css Color HEX #953918 Burnt Umber

📋 copy color: '#953918'

red 149 ◦ green 57 ◦ blue 24

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

Shades of Burnt Umber #953918

Tints of Burnt Umber #953918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

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

R = 64.78%
G = 24.78%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#953918 (or 0x953918) is known color: Burnt Umber. HEX triplet: 95, 39 and 18. RGB value is (149,57,24). Sum of RGB (Red+Green+Blue) = 149+57+24=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953918 is #6AC6E7. Grayscale: #505050. Windows color (decimal): -6997736 or 1587605. OLE color: 1587605.

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

Color convert

RGB 149 57 24 -
CMYK 0 0.62 0.84 0.42
HSL 15.84º 0.72% 0.34% -
HSV(B) 15.84º 0.84% 0.58% -
XYZ 14.02 9.38 1.94 -
YUV 80.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 149 57 24 0 0.62 0.84 0.42 15.84 0.72 0.34
Hex 95 39 18 0 3E 54 2A 10 48 22
Octal 225 71 30 0 76 124 52 20 110 42
Binary 10010101 111001 11000 0 111110 1010100 101010 10000 1001000 100010

Color Harmonies of #953918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953918

Black with #953918

Text Example


Text Example

White with #953918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953918; }

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

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

background-color css

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

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

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

border-color css

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

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

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