#93330F

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

Shades of Saddle Brown #93330F

Tints of Saddle Brown #93330F

Color information

#93330F (or 0x93330F) is unknown color: approx Saddle Brown. HEX triplet: 93, 33 and 0F. RGB value is (147,51,15). Sum of RGB (Red+Green+Blue) = 147+51+15=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93330F is #6CCCF0. Grayscale: #4B4B4B. Windows color (decimal): -7130353 or 996243. OLE color: 996243.

HSL color Cylindrical-coordinate representation of color #93330F: hue angle of 16.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93330F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1475115-
CMYK00.650.900.42
HSL16.36º81.48%31.76%-
HSV(B)16.36º89.8%57.65%-
XYZ13.38.611.41-
YUV75.693.8178.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=69.01%
G=23.94%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147511500.650.900.4216.3681.4831.76
Hex9333F0415A2A105120
Octal22363170101132522012140
Binary100100111100111111010000011011010101010100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93330F; }

 p { color: rgb(147,51,15); }

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

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

 a { background-color: rgb(147,51,15); }

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

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

 span { border-color: rgb(147,51,15); }

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