Html Css Color HEX #93520F Saddle Brown

📋 copy color: '#93520F'

red 147 ◦ green 82 ◦ blue 15

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

Shades of Saddle Brown #93520F

Tints of Saddle Brown #93520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 60.25%
G = 33.61%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93520F (or 0x93520F) is known color: Saddle Brown. HEX triplet: 93, 52 and 0F. RGB value is (147,82,15). Sum of RGB (Red+Green+Blue) = 147+82+15=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93520F is #6CADF0. Grayscale: #5E5E5E. Windows color (decimal): -7122417 or 1004179. OLE color: 1004179.

HSL color Cylindrical-coordinate representation of color #93520F: hue angle of 30.45º 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 #93520F is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 82 15 -
CMYK 0 0.44 0.90 0.42
HSL 30.45º 0.81% 0.32% -
HSV(B) 30.45º 0.9% 0.58% -
XYZ 15.14 12.27 2.02 -
YUV 93.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 147 82 15 0 0.44 0.90 0.42 30.45 0.81 0.32
Hex 93 52 F 0 2C 5A 2A 1E 51 20
Octal 223 122 17 0 54 132 52 36 121 40
Binary 10010011 1010010 1111 0 101100 1011010 101010 11110 1010001 100000

Color Harmonies of #93520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93520F

Black with #93520F

Text Example


Text Example

White with #93520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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