Html Css Color HEX #993F19 Saddle Brown

📋 copy color: '#993F19'

red 153 ◦ green 63 ◦ blue 25

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

Shades of Saddle Brown #993F19

Tints of Saddle Brown #993F19

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

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

R = 63.49%
G = 26.14%
B = 10.37%

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

#993F19 (or 0x993F19) is known color: Saddle Brown. HEX triplet: 99, 3F and 19. RGB value is (153,63,25). Sum of RGB (Red+Green+Blue) = 153+63+25=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F19 is #66C0E6. Grayscale: #555555. Windows color (decimal): -6734055 or 1654681. OLE color: 1654681.

HSL color Cylindrical-coordinate representation of color #993F19: hue angle of 17.81º 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 #993F19 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 25 -
CMYK 0 0.59 0.84 0.4
HSL 17.81º 0.72% 0.35% -
HSV(B) 17.81º 0.84% 0.6% -
XYZ 15.09 10.4 2.13 -
YUV 85.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 153 63 25 0 0.59 0.84 0.4 17.81 0.72 0.35
Hex 99 3F 19 0 3B 54 28 12 48 23
Octal 231 77 31 0 73 124 50 22 110 43
Binary 10011001 111111 11001 0 111011 1010100 101000 10010 1001000 100011

Color Harmonies of #993F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F19

Black with #993F19

Text Example


Text Example

White with #993F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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