#95341C

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

Shades of Burnt Umber #95341C

Tints of Burnt Umber #95341C

Color information

#95341C (or 0x95341C) is unknown color: approx Burnt Umber. HEX triplet: 95, 34 and 1C. RGB value is (149,52,28). Sum of RGB (Red+Green+Blue) = 149+52+28=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95341C is #6ACBE3. Grayscale: #4E4E4E. Windows color (decimal): -6999012 or 1848469. OLE color: 1848469.

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

Color convert

RGB1495228-
CMYK00.650.810.42
HSL11.9º68.36%34.71%-
HSV(B)11.9º81.21%58.43%-
XYZ13.838.932.09-
YUV78.2799.64178.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=65.07%
G=22.71%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149522800.650.810.4211.968.3634.71
Hex95341C041512Ac4423
Octal22564340101121521410443
Binary100101011101001110001000001101000110101011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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