#962701

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

Shades of Saddle Brown #962701

Tints of Saddle Brown #962701

Color information

#962701 (or 0x962701) is unknown color: approx Saddle Brown. HEX triplet: 96, 27 and 01. RGB value is (150,39,1). Sum of RGB (Red+Green+Blue) = 150+39+1=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962701 is #69D8FE. Grayscale: #444444. Windows color (decimal): -6936831 or 75670. OLE color: 75670.

HSL color Cylindrical-coordinate representation of color #962701: hue angle of 15.3º 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 #962701 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150391-
CMYK00.740.990.41
HSL15.3º98.68%29.61%-
HSV(B)15.3º99.33%58.82%-
XYZ13.317.940.86-
YUV67.8690.27186.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=78.95%
G=20.53%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15039100.740.990.4115.398.6829.61
Hex9627104A6329f631e
Octal2264710112143511714336
Binary1001011010011110100101011000111010011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962701; }

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

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

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

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

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

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

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

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