#954C1B

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

Shades of Saddle Brown #954C1B

Tints of Saddle Brown #954C1B

Color information

#954C1B (or 0x954C1B) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 1B. RGB value is (149,76,27). Sum of RGB (Red+Green+Blue) = 149+76+27=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #954C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C1B is #6AB3E4. Grayscale: #5C5C5C. Windows color (decimal): -6992869 or 1789077. OLE color: 1789077.

HSL color Cylindrical-coordinate representation of color #954C1B: hue angle of 24.1º 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 #954C1B is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1497627-
CMYK00.490.820.42
HSL24.1º69.32%34.51%-
HSV(B)24.1º81.88%58.43%-
XYZ15.1811.642.48-
YUV92.2491.18168.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=59.13%
G=30.16%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149762700.490.820.4224.169.3234.51
Hex954C1B031522A184523
Octal22511433061122523010543
Binary1001010110011001101101100011010010101010110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C1B; }

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

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

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

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

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

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

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

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