Html Css Color HEX #93501C Saddle Brown

📋 copy color: '#93501C'

red 147 ◦ green 80 ◦ blue 28

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

Shades of Saddle Brown #93501C

Tints of Saddle Brown #93501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 57.65%
G = 31.37%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93501C (or 0x93501C) is known color: Saddle Brown. HEX triplet: 93, 50 and 1C. RGB value is (147,80,28). Sum of RGB (Red+Green+Blue) = 147+80+28=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93501C is #6CAFE3. Grayscale: #5E5E5E. Windows color (decimal): -7122916 or 1855635. OLE color: 1855635.

HSL color Cylindrical-coordinate representation of color #93501C: hue angle of 26.22º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93501C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 28 -
CMYK 0 0.46 0.81 0.42
HSL 26.22º 0.68% 0.34% -
HSV(B) 26.22º 0.81% 0.58% -
XYZ 15.11 12.02 2.62 -
YUV 94.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 147 80 28 0 0.46 0.81 0.42 26.22 0.68 0.34
Hex 93 50 1C 0 2E 51 2A 1A 44 22
Octal 223 120 34 0 56 121 52 32 104 42
Binary 10010011 1010000 11100 0 101110 1010001 101010 11010 1000100 100010

Color Harmonies of #93501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93501C

Black with #93501C

Text Example


Text Example

White with #93501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93501C; }

 p { color: rgb(147,80,28); }

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

background-color css

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

 a { background-color: rgb(147,80,28); }

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

border-color css

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

 span { border-color: rgb(147,80,28); }

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