#954812

Color #954812 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #954812

Tints of Saddle Brown #954812

Color information

#954812 (or 0x954812) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 12. RGB value is (149,72,18). Sum of RGB (Red+Green+Blue) = 149+72+18=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954812 is #6AB7ED. Grayscale: #595959. Windows color (decimal): -6993902 or 1198229. OLE color: 1198229.

HSL color Cylindrical-coordinate representation of color #954812: hue angle of 24.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954812 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1497218-
CMYK00.520.880.42
HSL24.73º78.44%32.75%-
HSV(B)24.73º87.92%58.43%-
XYZ14.8211.071.93-
YUV88.8788.01170.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=62.34%
G=30.13%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149721800.520.880.4224.7378.4432.75
Hex954812034582A194e21
Octal22511022064130523111641
Binary1001010110010001001001101001011000101010110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954812; }

 p { color: rgb(149,72,18); }

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

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

 a { background-color: rgb(149,72,18); }

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

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

 span { border-color: rgb(149,72,18); }

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