Html Css Color HEX #93520E Saddle Brown

📋 copy color: '#93520E'

red 147 ◦ green 82 ◦ blue 14

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

Shades of Saddle Brown #93520E

Tints of Saddle Brown #93520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 60.49%
G = 33.74%
B = 5.76%

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

#93520E (or 0x93520E) is known color: Saddle Brown. HEX triplet: 93, 52 and 0E. RGB value is (147,82,14). Sum of RGB (Red+Green+Blue) = 147+82+14=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93520E is #6CADF1. Grayscale: #5E5E5E. Windows color (decimal): -7122418 or 938643. OLE color: 938643.

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

Color convert

RGB 147 82 14 -
CMYK 0 0.44 0.90 0.42
HSL 30.68º 0.83% 0.32% -
HSV(B) 30.68º 0.9% 0.58% -
XYZ 15.13 12.27 1.99 -
YUV 93.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 147 82 14 0 0.44 0.90 0.42 30.68 0.83 0.32
Hex 93 52 E 0 2C 5A 2A 1F 53 20
Octal 223 122 16 0 54 132 52 37 123 40
Binary 10010011 1010010 1110 0 101100 1011010 101010 11111 1010011 100000

Color Harmonies of #93520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93520E

Black with #93520E

Text Example


Text Example

White with #93520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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