#95351C

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

Shades of Burnt Umber #95351C

Tints of Burnt Umber #95351C

Color information

#95351C (or 0x95351C) is unknown color: approx Burnt Umber. HEX triplet: 95, 35 and 1C. RGB value is (149,53,28). Sum of RGB (Red+Green+Blue) = 149+53+28=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95351C is #6ACAE3. Grayscale: #4F4F4F. Windows color (decimal): -6998756 or 1848725. OLE color: 1848725.

HSL color Cylindrical-coordinate representation of color #95351C: hue angle of 12.4º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95351C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1495328-
CMYK00.640.810.42
HSL12.4º68.36%34.71%-
HSV(B)12.4º81.21%58.43%-
XYZ13.889.022.11-
YUV78.8599.3178.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=64.78%
G=23.04%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149532800.640.810.4212.468.3634.71
Hex95351C040512Ac4423
Octal22565340100121521410443
Binary100101011101011110001000000101000110101011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95351C; }

 p { color: rgb(149,53,28); }

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

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

 a { background-color: rgb(149,53,28); }

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

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

 span { border-color: rgb(149,53,28); }

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