Html Css Color HEX #993C11 Saddle Brown

📋 copy color: '#993C11'

red 153 ◦ green 60 ◦ blue 17

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

Shades of Saddle Brown #993C11

Tints of Saddle Brown #993C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 66.52%
G = 26.09%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993C11 (or 0x993C11) is known color: Saddle Brown. HEX triplet: 99, 3C and 11. RGB value is (153,60,17). Sum of RGB (Red+Green+Blue) = 153+60+17=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #993C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C11 is #66C3EE. Grayscale: #535353. Windows color (decimal): -6734831 or 1129625. OLE color: 1129625.

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

Color convert

RGB 153 60 17 -
CMYK 0 0.61 0.89 0.4
HSL 18.97º 0.8% 0.33% -
HSV(B) 18.97º 0.89% 0.6% -
XYZ 14.85 10.04 1.69 -
YUV 82.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 153 60 17 0 0.61 0.89 0.4 18.97 0.8 0.33
Hex 99 3C 11 0 3D 59 28 13 50 21
Octal 231 74 21 0 75 131 50 23 120 41
Binary 10011001 111100 10001 0 111101 1011001 101000 10011 1010000 100001

Color Harmonies of #993C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C11

Black with #993C11

Text Example


Text Example

White with #993C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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