#945006

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

Shades of Saddle Brown #945006

Tints of Saddle Brown #945006

Color information

#945006 (or 0x945006) is unknown color: approx Saddle Brown. HEX triplet: 94, 50 and 06. RGB value is (148,80,6). Sum of RGB (Red+Green+Blue) = 148+80+6=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #945006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945006 is #6BAFF9. Grayscale: #5C5C5C. Windows color (decimal): -7057402 or 413844. OLE color: 413844.

HSL color Cylindrical-coordinate representation of color #945006: hue angle of 31.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #945006 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB148806-
CMYK00.460.960.42
HSL31.27º92.21%30.2%-
HSV(B)31.27º95.95%58.04%-
XYZ15.1112.051.7-
YUV91.979.53168.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=63.25%
G=34.19%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14880600.460.960.4231.2792.2130.2
Hex9450602E602A1f5c1e
Octal2241206056140523713436
Binary1001010010100001100101110110000010101011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945006; }

 p { color: rgb(148,80,6); }

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

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

 a { background-color: rgb(148,80,6); }

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

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

 span { border-color: rgb(148,80,6); }

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