Html Css Color HEX #993E19 Saddle Brown

📋 copy color: '#993E19'

red 153 ◦ green 62 ◦ blue 25

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

Shades of Saddle Brown #993E19

Tints of Saddle Brown #993E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 63.75%
G = 25.83%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#993E19 (or 0x993E19) is known color: Saddle Brown. HEX triplet: 99, 3E and 19. RGB value is (153,62,25). Sum of RGB (Red+Green+Blue) = 153+62+25=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E19 is #66C1E6. Grayscale: #555555. Windows color (decimal): -6734311 or 1654425. OLE color: 1654425.

HSL color Cylindrical-coordinate representation of color #993E19: hue angle of 17.34º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993E19 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 62 25 -
CMYK 0 0.59 0.84 0.4
HSL 17.34º 0.72% 0.35% -
HSV(B) 17.34º 0.84% 0.6% -
XYZ 15.03 10.29 2.11 -
YUV 84.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 153 62 25 0 0.59 0.84 0.4 17.34 0.72 0.35
Hex 99 3E 19 0 3B 54 28 11 48 23
Octal 231 76 31 0 73 124 50 21 110 43
Binary 10011001 111110 11001 0 111011 1010100 101000 10001 1001000 100011

Color Harmonies of #993E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E19

Black with #993E19

Text Example


Text Example

White with #993E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993E19; }

 p { color: rgb(153,62,25); }

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

background-color css

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

 a { background-color: rgb(153,62,25); }

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

border-color css

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

 span { border-color: rgb(153,62,25); }

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