#962B02

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

Shades of Saddle Brown #962B02

Tints of Saddle Brown #962B02

Color information

#962B02 (or 0x962B02) is unknown color: approx Saddle Brown. HEX triplet: 96, 2B and 02. RGB value is (150,43,2). Sum of RGB (Red+Green+Blue) = 150+43+2=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #962B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962B02 is #69D4FD. Grayscale: #464646. Windows color (decimal): -6935806 or 142230. OLE color: 142230.

HSL color Cylindrical-coordinate representation of color #962B02: hue angle of 16.62º degrees, saturation: 0.97, 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 #962B02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150432-
CMYK00.710.990.41
HSL16.62º97.37%29.8%-
HSV(B)16.62º98.67%58.82%-
XYZ13.458.220.93-
YUV70.3289.45184.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.92%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=76.92%
G=22.05%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15043200.710.990.4116.6297.3729.8
Hex962B2047632911611e
Octal2265320107143512114136
Binary100101101010111001000111110001110100110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,2); }

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

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

 a { background-color: rgb(150,43,2); }

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

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

 span { border-color: rgb(150,43,2); }

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