Html Css Color HEX #993D14 Saddle Brown

📋 copy color: '#993D14'

red 153 ◦ green 61 ◦ blue 20

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

Shades of Saddle Brown #993D14

Tints of Saddle Brown #993D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 65.38%
G = 26.07%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#993D14 (or 0x993D14) is known color: Saddle Brown. HEX triplet: 99, 3D and 14. RGB value is (153,61,20). Sum of RGB (Red+Green+Blue) = 153+61+20=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D14 is #66C2EB. Grayscale: #545454. Windows color (decimal): -6734572 or 1326489. OLE color: 1326489.

HSL color Cylindrical-coordinate representation of color #993D14: hue angle of 18.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #993D14 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 20 -
CMYK 0 0.60 0.87 0.4
HSL 18.5º 0.77% 0.34% -
HSV(B) 18.5º 0.87% 0.6% -
XYZ 14.93 10.16 1.84 -
YUV 83.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 153 61 20 0 0.60 0.87 0.4 18.5 0.77 0.34
Hex 99 3D 14 0 3C 57 28 12 4D 22
Octal 231 75 24 0 74 127 50 22 115 42
Binary 10011001 111101 10100 0 111100 1010111 101000 10010 1001101 100010

Color Harmonies of #993D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D14

Black with #993D14

Text Example


Text Example

White with #993D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,61,20); }

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

background-color css

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

 a { background-color: rgb(153,61,20); }

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

border-color css

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

 span { border-color: rgb(153,61,20); }

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