#933600

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

Shades of Saddle Brown #933600

Tints of Saddle Brown #933600

Color information

#933600 (or 0x933600) is unknown color: approx Saddle Brown. HEX triplet: 93, 36 and 00. RGB value is (147,54,0). Sum of RGB (Red+Green+Blue) = 147+54+0=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #933600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933600 is #6CC9FF. Grayscale: #4B4B4B. Windows color (decimal): -7129600 or 13971. OLE color: 13971.

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

Color convert

RGB147540-
CMYK00.6310.42
HSL22.04º100%28.82%-
HSV(B)22.04º100%57.65%-
XYZ13.358.841-
YUV75.6585.31178.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.13%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.13%
G=26.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14754000.6310.4222.0410028.82
Hex9336003F642A16641d
Octal223660077144522614435
Binary1001001111011000111111110010010101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933600; }

 p { color: rgb(147,54,0); }

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

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

 a { background-color: rgb(147,54,0); }

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

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

 span { border-color: rgb(147,54,0); }

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