Html Css Color HEX #93350D Saddle Brown

📋 copy color: '#93350D'

red 147 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #93350D

Tints of Saddle Brown #93350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 69.01%
G = 24.88%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93350D (or 0x93350D) is known color: Saddle Brown. HEX triplet: 93, 35 and 0D. RGB value is (147,53,13). Sum of RGB (Red+Green+Blue) = 147+53+13=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93350D is #6CCAF2. Grayscale: #4C4C4C. Windows color (decimal): -7129843 or 865683. OLE color: 865683.

HSL color Cylindrical-coordinate representation of color #93350D: hue angle of 17.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93350D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 53 13 -
CMYK 0 0.64 0.91 0.42
HSL 17.91º 0.84% 0.31% -
HSV(B) 17.91º 0.91% 0.58% -
XYZ 13.38 8.78 1.37 -
YUV 76.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 147 53 13 0 0.64 0.91 0.42 17.91 0.84 0.31
Hex 93 35 D 0 40 5B 2A 12 54 1F
Octal 223 65 15 0 100 133 52 22 124 37
Binary 10010011 110101 1101 0 1000000 1011011 101010 10010 1010100 11111

Color Harmonies of #93350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93350D

Black with #93350D

Text Example


Text Example

White with #93350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93350D; }

 p { color: rgb(147,53,13); }

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

background-color css

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

 a { background-color: rgb(147,53,13); }

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

border-color css

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

 span { border-color: rgb(147,53,13); }

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