Html Css Color HEX #993613 Saddle Brown

📋 copy color: '#993613'

red 153 ◦ green 54 ◦ blue 19

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

Shades of Saddle Brown #993613

Tints of Saddle Brown #993613

RGB

 RED value IS 153 (60.16% from 255) = 67.7%

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 67.7%
G = 23.89%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993613 (or 0x993613) is known color: Saddle Brown. HEX triplet: 99, 36 and 13. RGB value is (153,54,19). Sum of RGB (Red+Green+Blue) = 153+54+19=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #993613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993613 is #66C9EC. Grayscale: #4F4F4F. Windows color (decimal): -6736365 or 1259161. OLE color: 1259161.

HSL color Cylindrical-coordinate representation of color #993613: hue angle of 15.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993613 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 19 -
CMYK 0 0.65 0.88 0.4
HSL 15.67º 0.78% 0.34% -
HSV(B) 15.67º 0.88% 0.6% -
XYZ 14.57 9.46 1.67 -
YUV 79.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 153 54 19 0 0.65 0.88 0.4 15.67 0.78 0.34
Hex 99 36 13 0 41 58 28 10 4E 22
Octal 231 66 23 0 101 130 50 20 116 42
Binary 10011001 110110 10011 0 1000001 1011000 101000 10000 1001110 100010

Color Harmonies of #993613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993613

Black with #993613

Text Example


Text Example

White with #993613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993613; }

 p { color: rgb(153,54,19); }

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

background-color css

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

 a { background-color: rgb(153,54,19); }

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

border-color css

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

 span { border-color: rgb(153,54,19); }

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