Html Css Color HEX #93530D Saddle Brown

📋 copy color: '#93530D'

red 147 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #93530D

Tints of Saddle Brown #93530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 60.49%
G = 34.16%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93530D (or 0x93530D) is known color: Saddle Brown. HEX triplet: 93, 53 and 0D. RGB value is (147,83,13). Sum of RGB (Red+Green+Blue) = 147+83+13=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93530D is #6CACF2. Grayscale: #5E5E5E. Windows color (decimal): -7122163 or 873363. OLE color: 873363.

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

Color convert

RGB 147 83 13 -
CMYK 0 0.44 0.91 0.42
HSL 31.34º 0.84% 0.31% -
HSV(B) 31.34º 0.91% 0.58% -
XYZ 15.2 12.42 1.98 -
YUV 94.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 147 83 13 0 0.44 0.91 0.42 31.34 0.84 0.31
Hex 93 53 D 0 2C 5B 2A 1F 54 1F
Octal 223 123 15 0 54 133 52 37 124 37
Binary 10010011 1010011 1101 0 101100 1011011 101010 11111 1010100 11111

Color Harmonies of #93530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93530D

Black with #93530D

Text Example


Text Example

White with #93530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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