#95330A

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

Shades of Saddle Brown #95330A

Tints of Saddle Brown #95330A

Color information

#95330A (or 0x95330A) is unknown color: approx Saddle Brown. HEX triplet: 95, 33 and 0A. RGB value is (149,51,10). Sum of RGB (Red+Green+Blue) = 149+51+10=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95330A is #6ACCF5. Grayscale: #4B4B4B. Windows color (decimal): -6999286 or 668565. OLE color: 668565.

HSL color Cylindrical-coordinate representation of color #95330A: hue angle of 17.7º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95330A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1495110-
CMYK00.660.930.42
HSL17.7º87.42%31.18%-
HSV(B)17.7º93.29%58.43%-
XYZ13.638.781.26-
YUV75.6390.97180.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=70.95%
G=24.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149511000.660.930.4217.787.4231.18
Hex9533A0425D2A12571f
Octal22563120102135522212737
Binary10010101110011101001000010101110110101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95330A; }

 p { color: rgb(149,51,10); }

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

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

 a { background-color: rgb(149,51,10); }

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

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

 span { border-color: rgb(149,51,10); }

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