#95481A

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

Shades of Saddle Brown #95481A

Tints of Saddle Brown #95481A

Color information

#95481A (or 0x95481A) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 1A. RGB value is (149,72,26). Sum of RGB (Red+Green+Blue) = 149+72+26=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95481A is #6AB7E5. Grayscale: #5A5A5A. Windows color (decimal): -6993894 or 1722517. OLE color: 1722517.

HSL color Cylindrical-coordinate representation of color #95481A: hue angle of 22.44º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95481A is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1497226-
CMYK00.520.830.42
HSL22.44º70.29%34.31%-
HSV(B)22.44º82.55%58.43%-
XYZ14.911.12.33-
YUV89.7892.01170.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=60.32%
G=29.15%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149722600.520.830.4222.4470.2934.31
Hex95481A034532A164622
Octal22511032064123522610642
Binary1001010110010001101001101001010011101010101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,72,26); }

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

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

 a { background-color: rgb(149,72,26); }

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

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

 span { border-color: rgb(149,72,26); }

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