#972E02

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

Shades of Saddle Brown #972E02

Tints of Saddle Brown #972E02

Color information

#972E02 (or 0x972E02) is unknown color: approx Saddle Brown. HEX triplet: 97, 2E and 02. RGB value is (151,46,2). Sum of RGB (Red+Green+Blue) = 151+46+2=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #972E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972E02 is #68D1FD. Grayscale: #484848. Windows color (decimal): -6869502 or 142999. OLE color: 142999.

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

Color convert

RGB151462-
CMYK00.700.990.41
HSL17.72º97.39%30%-
HSV(B)17.72º98.68%59.22%-
XYZ13.758.540.98-
YUV72.3888.29184.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=75.88%
G=23.12%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15146200.700.990.4117.7297.3930
Hex972E2046632912611e
Octal2275620106143512214136
Binary100101111011101001000110110001110100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972E02; }

 p { color: rgb(151,46,2); }

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

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

 a { background-color: rgb(151,46,2); }

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

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

 span { border-color: rgb(151,46,2); }

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