Html Css Color HEX #93470D Saddle Brown

📋 copy color: '#93470D'

red 147 ◦ green 71 ◦ blue 13

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

Shades of Saddle Brown #93470D

Tints of Saddle Brown #93470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 63.64%
G = 30.74%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93470D (or 0x93470D) is known color: Saddle Brown. HEX triplet: 93, 47 and 0D. RGB value is (147,71,13). Sum of RGB (Red+Green+Blue) = 147+71+13=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93470D is #6CB8F2. Grayscale: #575757. Windows color (decimal): -7125235 or 870291. OLE color: 870291.

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

Color convert

RGB 147 71 13 -
CMYK 0 0.52 0.91 0.42
HSL 25.97º 0.84% 0.31% -
HSV(B) 25.97º 0.91% 0.58% -
XYZ 14.36 10.74 1.7 -
YUV 87.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 147 71 13 0 0.52 0.91 0.42 25.97 0.84 0.31
Hex 93 47 D 0 34 5B 2A 1A 54 1F
Octal 223 107 15 0 64 133 52 32 124 37
Binary 10010011 1000111 1101 0 110100 1011011 101010 11010 1010100 11111

Color Harmonies of #93470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93470D

Black with #93470D

Text Example


Text Example

White with #93470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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