#933B0C

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

Shades of Saddle Brown #933B0C

Tints of Saddle Brown #933B0C

Color information

#933B0C (or 0x933B0C) is unknown color: approx Saddle Brown. HEX triplet: 93, 3B and 0C. RGB value is (147,59,12). Sum of RGB (Red+Green+Blue) = 147+59+12=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #933B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933B0C is #6CC4F3. Grayscale: #505050. Windows color (decimal): -7128308 or 801683. OLE color: 801683.

HSL color Cylindrical-coordinate representation of color #933B0C: hue angle of 20.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #933B0C is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1475912-
CMYK00.600.920.42
HSL20.89º84.91%31.18%-
HSV(B)20.89º91.84%57.65%-
XYZ13.669.361.43-
YUV79.9589.65175.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.43%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=67.43%
G=27.06%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147591200.600.920.4220.8984.9131.18
Hex933BC03C5C2A15551f
Octal2237314074134522512537
Binary1001001111101111000111100101110010101010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933B0C; }

 p { color: rgb(147,59,12); }

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

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

 a { background-color: rgb(147,59,12); }

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

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

 span { border-color: rgb(147,59,12); }

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