#962A01

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

Shades of Saddle Brown #962A01

Tints of Saddle Brown #962A01

Color information

#962A01 (or 0x962A01) is unknown color: approx Saddle Brown. HEX triplet: 96, 2A and 01. RGB value is (150,42,1). Sum of RGB (Red+Green+Blue) = 150+42+1=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #962A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A01 is #69D5FE. Grayscale: #454545. Windows color (decimal): -6936063 or 76438. OLE color: 76438.

HSL color Cylindrical-coordinate representation of color #962A01: hue angle of 16.51º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962A01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150421-
CMYK00.720.990.41
HSL16.51º98.68%29.61%-
HSV(B)16.51º99.33%58.82%-
XYZ13.418.140.89-
YUV69.6289.28185.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=77.72%
G=21.76%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15042100.720.990.4116.5198.6829.61
Hex962A1048632911631e
Octal2265210110143512114336
Binary10010110101010101001000110001110100110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962A01; }

 p { color: rgb(150,42,1); }

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

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

 a { background-color: rgb(150,42,1); }

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

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

 span { border-color: rgb(150,42,1); }

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