#962B04

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

Shades of Saddle Brown #962B04

Tints of Saddle Brown #962B04

Color information

#962B04 (or 0x962B04) is unknown color: approx Saddle Brown. HEX triplet: 96, 2B and 04. RGB value is (150,43,4). Sum of RGB (Red+Green+Blue) = 150+43+4=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #962B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962B04 is #69D4FB. Grayscale: #464646. Windows color (decimal): -6935804 or 273302. OLE color: 273302.

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

Color convert

RGB150434-
CMYK00.710.970.41
HSL16.03º94.81%30.2%-
HSV(B)16.03º97.33%58.82%-
XYZ13.468.220.99-
YUV70.5590.45184.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.14%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=76.14%
G=21.83%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15043400.710.970.4116.0394.8130.2
Hex962B40476129105f1e
Octal2265340107141512013736
Binary1001011010101110001000111110000110100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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