Html Css Color HEX #93530F Saddle Brown

📋 copy color: '#93530F'

red 147 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #93530F

Tints of Saddle Brown #93530F

RGB

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

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

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

R = 60%
G = 33.88%
B = 6.12%

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

#93530F (or 0x93530F) is known color: Saddle Brown. HEX triplet: 93, 53 and 0F. RGB value is (147,83,15). Sum of RGB (Red+Green+Blue) = 147+83+15=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93530F is #6CACF0. Grayscale: #5E5E5E. Windows color (decimal): -7122161 or 1004435. OLE color: 1004435.

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

Color convert

RGB 147 83 15 -
CMYK 0 0.44 0.90 0.42
HSL 30.91º 0.81% 0.32% -
HSV(B) 30.91º 0.9% 0.58% -
XYZ 15.21 12.42 2.05 -
YUV 94.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 147 83 15 0 0.44 0.90 0.42 30.91 0.81 0.32
Hex 93 53 F 0 2C 5A 2A 1F 51 20
Octal 223 123 17 0 54 132 52 37 121 40
Binary 10010011 1010011 1111 0 101100 1011010 101010 11111 1010001 100000

Color Harmonies of #93530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93530F

Black with #93530F

Text Example


Text Example

White with #93530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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