#953618

Color #953618 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #953618

Tints of Burnt Umber #953618

Color information

#953618 (or 0x953618) is unknown color: approx Burnt Umber. HEX triplet: 95, 36 and 18. RGB value is (149,54,24). Sum of RGB (Red+Green+Blue) = 149+54+24=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953618 is #6AC9E7. Grayscale: #4F4F4F. Windows color (decimal): -6998504 or 1586837. OLE color: 1586837.

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

Color convert

RGB1495424-
CMYK00.640.840.42
HSL14.4º72.25%33.92%-
HSV(B)14.4º83.89%58.43%-
XYZ13.889.091.89-
YUV78.9896.97177.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=65.64%
G=23.79%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149542400.640.840.4214.472.2533.92
Hex953618040542Ae4822
Octal22566300100124521611042
Binary100101011101101100001000000101010010101011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953618; }

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

 H1.HeaderClassName
 {
   color: #953618;
 }
 .AnyTagClassName
 {
   color: #953618;
 }
</style>
background-color css

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

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

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

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

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

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