Html Css Color HEX #993612 Saddle Brown

📋 copy color: '#993612'

red 153 ◦ green 54 ◦ blue 18

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

Shades of Saddle Brown #993612

Tints of Saddle Brown #993612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 68%
G = 24%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993612 (or 0x993612) is known color: Saddle Brown. HEX triplet: 99, 36 and 12. RGB value is (153,54,18). Sum of RGB (Red+Green+Blue) = 153+54+18=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993612 is #66C9ED. Grayscale: #4F4F4F. Windows color (decimal): -6736366 or 1193625. OLE color: 1193625.

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

Color convert

RGB 153 54 18 -
CMYK 0 0.65 0.88 0.4
HSL 16º 0.79% 0.34% -
HSV(B) 16º 0.88% 0.6% -
XYZ 14.57 9.45 1.63 -
YUV 79.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 153 54 18 0 0.65 0.88 0.4 16 0.79 0.34
Hex 99 36 12 0 41 58 28 10 4F 22
Octal 231 66 22 0 101 130 50 20 117 42
Binary 10011001 110110 10010 0 1000001 1011000 101000 10000 1001111 100010

Color Harmonies of #993612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993612

Black with #993612

Text Example


Text Example

White with #993612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993612; }

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

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

background-color css

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

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

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

border-color css

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

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

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