Html Css Color HEX #93320D Saddle Brown

📋 copy color: '#93320D'

red 147 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #93320D

Tints of Saddle Brown #93320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 70%
G = 23.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93320D (or 0x93320D) is known color: Saddle Brown. HEX triplet: 93, 32 and 0D. RGB value is (147,50,13). Sum of RGB (Red+Green+Blue) = 147+50+13=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93320D is #6CCDF2. Grayscale: #4B4B4B. Windows color (decimal): -7130611 or 864915. OLE color: 864915.

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

Color convert

RGB 147 50 13 -
CMYK 0 0.66 0.91 0.42
HSL 16.57º 0.84% 0.31% -
HSV(B) 16.57º 0.91% 0.58% -
XYZ 13.25 8.51 1.33 -
YUV 74.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 147 50 13 0 0.66 0.91 0.42 16.57 0.84 0.31
Hex 93 32 D 0 42 5B 2A 11 54 1F
Octal 223 62 15 0 102 133 52 21 124 37
Binary 10010011 110010 1101 0 1000010 1011011 101010 10001 1010100 11111

Color Harmonies of #93320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93320D

Black with #93320D

Text Example


Text Example

White with #93320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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