#95421B

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

Shades of Saddle Brown #95421B

Tints of Saddle Brown #95421B

Color information

#95421B (or 0x95421B) is unknown color: approx Saddle Brown. HEX triplet: 95, 42 and 1B. RGB value is (149,66,27). Sum of RGB (Red+Green+Blue) = 149+66+27=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95421B is #6ABDE4. Grayscale: #565656. Windows color (decimal): -6995429 or 1786517. OLE color: 1786517.

HSL color Cylindrical-coordinate representation of color #95421B: hue angle of 19.18º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95421B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1496627-
CMYK00.560.820.42
HSL19.18º69.32%34.51%-
HSV(B)19.18º81.88%58.43%-
XYZ14.5410.372.27-
YUV86.3794.5172.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=61.57%
G=27.27%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149662700.560.820.4219.1869.3234.51
Hex95421B038522A134523
Octal22510233070122522310543
Binary1001010110000101101101110001010010101010100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95421B; }

 p { color: rgb(149,66,27); }

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

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

 a { background-color: rgb(149,66,27); }

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

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

 span { border-color: rgb(149,66,27); }

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