Html Css Color HEX #993F10 Saddle Brown

📋 copy color: '#993F10'

red 153 ◦ green 63 ◦ blue 16

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

Shades of Saddle Brown #993F10

Tints of Saddle Brown #993F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 65.95%
G = 27.16%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#993F10 (or 0x993F10) is known color: Saddle Brown. HEX triplet: 99, 3F and 10. RGB value is (153,63,16). Sum of RGB (Red+Green+Blue) = 153+63+16=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #993F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F10 is #66C0EF. Grayscale: #545454. Windows color (decimal): -6734064 or 1064857. OLE color: 1064857.

HSL color Cylindrical-coordinate representation of color #993F10: hue angle of 20.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993F10 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 16 -
CMYK 0 0.59 0.90 0.4
HSL 20.58º 0.81% 0.33% -
HSV(B) 20.58º 0.9% 0.6% -
XYZ 15.01 10.36 1.7 -
YUV 84.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 153 63 16 0 0.59 0.90 0.4 20.58 0.81 0.33
Hex 99 3F 10 0 3B 5A 28 15 51 21
Octal 231 77 20 0 73 132 50 25 121 41
Binary 10011001 111111 10000 0 111011 1011010 101000 10101 1010001 100001

Color Harmonies of #993F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F10

Black with #993F10

Text Example


Text Example

White with #993F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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