Html Css Color HEX #933307 Saddle Brown

📋 copy color: '#933307'

red 147 ◦ green 51 ◦ blue 7

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

Shades of Saddle Brown #933307

Tints of Saddle Brown #933307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 71.71%
G = 24.88%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#933307 (or 0x933307) is known color: Saddle Brown. HEX triplet: 93, 33 and 07. RGB value is (147,51,7). Sum of RGB (Red+Green+Blue) = 147+51+7=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #933307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933307 is #6CCCF8. Grayscale: #4A4A4A. Windows color (decimal): -7130361 or 471955. OLE color: 471955.

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

Color convert

RGB 147 51 7 -
CMYK 0 0.65 0.95 0.42
HSL 18.86º 0.91% 0.3% -
HSV(B) 18.86º 0.95% 0.58% -
XYZ 13.25 8.59 1.16 -
YUV 74.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 147 51 7 0 0.65 0.95 0.42 18.86 0.91 0.3
Hex 93 33 7 0 41 5F 2A 13 5B 1E
Octal 223 63 7 0 101 137 52 23 133 36
Binary 10010011 110011 111 0 1000001 1011111 101010 10011 1011011 11110

Color Harmonies of #933307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933307

Black with #933307

Text Example


Text Example

White with #933307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933307; }

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

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

background-color css

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

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

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

border-color css

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

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

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