Html Css Color HEX #993F12 Saddle Brown

📋 copy color: '#993F12'

red 153 ◦ green 63 ◦ blue 18

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

Shades of Saddle Brown #993F12

Tints of Saddle Brown #993F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 65.38%
G = 26.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993F12 (or 0x993F12) is known color: Saddle Brown. HEX triplet: 99, 3F and 12. RGB value is (153,63,18). Sum of RGB (Red+Green+Blue) = 153+63+18=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F12 is #66C0ED. Grayscale: #555555. Windows color (decimal): -6734062 or 1195929. OLE color: 1195929.

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

Color convert

RGB 153 63 18 -
CMYK 0 0.59 0.88 0.4
HSL 20º 0.79% 0.34% -
HSV(B) 20º 0.88% 0.6% -
XYZ 15.02 10.37 1.78 -
YUV 84.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 153 63 18 0 0.59 0.88 0.4 20 0.79 0.34
Hex 99 3F 12 0 3B 58 28 14 4F 22
Octal 231 77 22 0 73 130 50 24 117 42
Binary 10011001 111111 10010 0 111011 1011000 101000 10100 1001111 100010

Color Harmonies of #993F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F12

Black with #993F12

Text Example


Text Example

White with #993F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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