#933501

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

Shades of Saddle Brown #933501

Tints of Saddle Brown #933501

Color information

#933501 (or 0x933501) is unknown color: approx Saddle Brown. HEX triplet: 93, 35 and 01. RGB value is (147,53,1). Sum of RGB (Red+Green+Blue) = 147+53+1=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #933501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933501 is #6CCAFE. Grayscale: #4B4B4B. Windows color (decimal): -7129855 or 79251. OLE color: 79251.

HSL color Cylindrical-coordinate representation of color #933501: hue angle of 21.37º degrees, saturation: 0.99, 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 #933501 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB147531-
CMYK00.640.990.42
HSL21.37º98.65%29.02%-
HSV(B)21.37º99.32%57.65%-
XYZ13.318.751.02-
YUV75.1886.14179.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.13%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=73.13%
G=26.37%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14753100.640.990.4221.3798.6529.02
Hex93351040632A15631d
Octal2236510100143522514335
Binary10010011110101101000000110001110101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933501; }

 p { color: rgb(147,53,1); }

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

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

 a { background-color: rgb(147,53,1); }

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

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

 span { border-color: rgb(147,53,1); }

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