#954102

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

Shades of Saddle Brown #954102

Tints of Saddle Brown #954102

Color information

#954102 (or 0x954102) is unknown color: approx Saddle Brown. HEX triplet: 95, 41 and 02. RGB value is (149,65,2). Sum of RGB (Red+Green+Blue) = 149+65+2=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954102 is #6ABEFD. Grayscale: #535353. Windows color (decimal): -6995710 or 147861. OLE color: 147861.

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

Color convert

RGB149652-
CMYK00.560.990.42
HSL25.71º97.35%29.61%-
HSV(B)25.71º98.66%58.43%-
XYZ14.310.171.27-
YUV82.9382.33175.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=68.98%
G=30.09%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14965200.560.990.4225.7197.3529.61
Hex95412038632A1a611e
Octal2251012070143523214136
Binary100101011000001100111000110001110101011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954102; }

 p { color: rgb(149,65,2); }

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

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

 a { background-color: rgb(149,65,2); }

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

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

 span { border-color: rgb(149,65,2); }

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