#954300

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

Shades of Saddle Brown #954300

Tints of Saddle Brown #954300

Color information

#954300 (or 0x954300) is unknown color: approx Saddle Brown. HEX triplet: 95, 43 and 00. RGB value is (149,67,0). Sum of RGB (Red+Green+Blue) = 149+67+0=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954300 is #6ABCFF. Grayscale: #545454. Windows color (decimal): -6995200 or 17301. OLE color: 17301.

HSL color Cylindrical-coordinate representation of color #954300: hue angle of 26.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149670-
CMYK00.5510.42
HSL26.98º100%29.22%-
HSV(B)26.98º100%58.43%-
XYZ14.410.41.25-
YUV83.8880.67174.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.98%
G=31.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14967000.5510.4226.9810029.22
Hex95430037642A1b641d
Octal2251030067144523314435
Binary10010101100001100110111110010010101011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954300; }

 p { color: rgb(149,67,0); }

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

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

 a { background-color: rgb(149,67,0); }

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

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

 span { border-color: rgb(149,67,0); }

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