#95361E

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

Shades of Burnt Umber #95361E

Tints of Burnt Umber #95361E

Color information

#95361E (or 0x95361E) is unknown color: approx Burnt Umber. HEX triplet: 95, 36 and 1E. RGB value is (149,54,30). Sum of RGB (Red+Green+Blue) = 149+54+30=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95361E is #6AC9E1. Grayscale: #4F4F4F. Windows color (decimal): -6998498 or 1980053. OLE color: 1980053.

HSL color Cylindrical-coordinate representation of color #95361E: hue angle of 12.1º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95361E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1495430-
CMYK00.640.800.42
HSL12.1º66.48%35.1%-
HSV(B)12.1º79.87%58.43%-
XYZ13.959.122.25-
YUV79.6799.97177.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=63.95%
G=23.18%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149543000.640.800.4212.166.4835.1
Hex95361E040502Ac4223
Octal22566360100120521410243
Binary100101011101101111001000000101000010101011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95361E; }

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

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

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

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

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

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

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

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