Html Css Color HEX #993B12 Saddle Brown

📋 copy color: '#993B12'

red 153 ◦ green 59 ◦ blue 18

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

Shades of Saddle Brown #993B12

Tints of Saddle Brown #993B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

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

R = 66.52%
G = 25.65%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993B12 (or 0x993B12) is known color: Saddle Brown. HEX triplet: 99, 3B and 12. RGB value is (153,59,18). Sum of RGB (Red+Green+Blue) = 153+59+18=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #993B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B12 is #66C4ED. Grayscale: #525252. Windows color (decimal): -6735086 or 1194905. OLE color: 1194905.

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

Color convert

RGB 153 59 18 -
CMYK 0 0.61 0.88 0.4
HSL 18.22º 0.79% 0.34% -
HSV(B) 18.22º 0.88% 0.6% -
XYZ 14.81 9.94 1.71 -
YUV 82.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 153 59 18 0 0.61 0.88 0.4 18.22 0.79 0.34
Hex 99 3B 12 0 3D 58 28 12 4F 22
Octal 231 73 22 0 75 130 50 22 117 42
Binary 10011001 111011 10010 0 111101 1011000 101000 10010 1001111 100010

Color Harmonies of #993B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B12

Black with #993B12

Text Example


Text Example

White with #993B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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