Html Css Color HEX #993A11 Saddle Brown

📋 copy color: '#993A11'

red 153 ◦ green 58 ◦ blue 17

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

Shades of Saddle Brown #993A11

Tints of Saddle Brown #993A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 67.11%
G = 25.44%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993A11 (or 0x993A11) is known color: Saddle Brown. HEX triplet: 99, 3A and 11. RGB value is (153,58,17). Sum of RGB (Red+Green+Blue) = 153+58+17=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #993A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A11 is #66C5EE. Grayscale: #515151. Windows color (decimal): -6735343 or 1129113. OLE color: 1129113.

HSL color Cylindrical-coordinate representation of color #993A11: hue angle of 18.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993A11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 17 -
CMYK 0 0.62 0.89 0.4
HSL 18.09º 0.8% 0.33% -
HSV(B) 18.09º 0.89% 0.6% -
XYZ 14.75 9.84 1.65 -
YUV 81.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 153 58 17 0 0.62 0.89 0.4 18.09 0.8 0.33
Hex 99 3A 11 0 3E 59 28 12 50 21
Octal 231 72 21 0 76 131 50 22 120 41
Binary 10011001 111010 10001 0 111110 1011001 101000 10010 1010000 100001

Color Harmonies of #993A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A11

Black with #993A11

Text Example


Text Example

White with #993A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,17); }

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

background-color css

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

 a { background-color: rgb(153,58,17); }

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

border-color css

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

 span { border-color: rgb(153,58,17); }

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