Html Css Color HEX #993912 Saddle Brown

📋 copy color: '#993912'

red 153 ◦ green 57 ◦ blue 18

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

Shades of Saddle Brown #993912

Tints of Saddle Brown #993912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 67.11%
G = 25%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993912 (or 0x993912) is known color: Saddle Brown. HEX triplet: 99, 39 and 12. RGB value is (153,57,18). Sum of RGB (Red+Green+Blue) = 153+57+18=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #993912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993912 is #66C6ED. Grayscale: #515151. Windows color (decimal): -6735598 or 1194393. OLE color: 1194393.

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

Color convert

RGB 153 57 18 -
CMYK 0 0.63 0.88 0.4
HSL 17.33º 0.79% 0.34% -
HSV(B) 17.33º 0.88% 0.6% -
XYZ 14.71 9.74 1.68 -
YUV 81.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 153 57 18 0 0.63 0.88 0.4 17.33 0.79 0.34
Hex 99 39 12 0 3F 58 28 11 4F 22
Octal 231 71 22 0 77 130 50 21 117 42
Binary 10011001 111001 10010 0 111111 1011000 101000 10001 1001111 100010

Color Harmonies of #993912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993912

Black with #993912

Text Example


Text Example

White with #993912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993912; }

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

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

background-color css

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

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

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

border-color css

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

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

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