Html Css Color HEX #933306 Saddle Brown

📋 copy color: '#933306'

red 147 ◦ green 51 ◦ blue 6

#933306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #933306

Tints of Saddle Brown #933306

RGB

 RED value IS 147 (57.81% from 255) = 72.06%

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 72.06%
G = 25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#933306 (or 0x933306) is known color: Saddle Brown. HEX triplet: 93, 33 and 06. RGB value is (147,51,6). Sum of RGB (Red+Green+Blue) = 147+51+6=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #933306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933306 is #6CCCF9. Grayscale: #4A4A4A. Windows color (decimal): -7130362 or 406419. OLE color: 406419.

HSL color Cylindrical-coordinate representation of color #933306: hue angle of 19.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #933306 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 6 -
CMYK 0 0.65 0.96 0.42
HSL 19.15º 0.92% 0.3% -
HSV(B) 19.15º 0.96% 0.58% -
XYZ 13.25 8.58 1.13 -
YUV 74.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 147 51 6 0 0.65 0.96 0.42 19.15 0.92 0.3
Hex 93 33 6 0 41 60 2A 13 5C 1E
Octal 223 63 6 0 101 140 52 23 134 36
Binary 10010011 110011 110 0 1000001 1100000 101010 10011 1011100 11110

Color Harmonies of #933306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933306

Black with #933306

Text Example


Text Example

White with #933306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933306; }

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

 H1.HeaderClassName
 {
   color: #933306;
 }
 .AnyTagClassName
 {
   color: #933306;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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