#932B02

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

Shades of Saddle Brown #932B02

Tints of Saddle Brown #932B02

Color information

#932B02 (or 0x932B02) is unknown color: approx Saddle Brown. HEX triplet: 93, 2B and 02. RGB value is (147,43,2). Sum of RGB (Red+Green+Blue) = 147+43+2=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #932B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932B02 is #6CD4FD. Grayscale: #454545. Windows color (decimal): -7132414 or 142227. OLE color: 142227.

HSL color Cylindrical-coordinate representation of color #932B02: hue angle of 16.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #932B02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB147432-
CMYK00.710.990.42
HSL16.97º97.32%29.22%-
HSV(B)16.97º98.64%57.65%-
XYZ12.917.940.91-
YUV69.4289.96183.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=76.56%
G=22.40%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14743200.710.990.4216.9797.3229.22
Hex932B2047632A11611d
Octal2235320107143522114135
Binary100100111010111001000111110001110101010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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