Html Css Color HEX #984C11 Saddle Brown

📋 copy color: '#984C11'

red 152 ◦ green 76 ◦ blue 17

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

Shades of Saddle Brown #984C11

Tints of Saddle Brown #984C11

RGB

 RED value IS 152 (59.77% from 255) = 62.04%

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 62.04%
G = 31.02%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984C11 (or 0x984C11) is known color: Saddle Brown. HEX triplet: 98, 4C and 11. RGB value is (152,76,17). Sum of RGB (Red+Green+Blue) = 152+76+17=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #984C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984C11 is #67B3EE. Grayscale: #5C5C5C. Windows color (decimal): -6796271 or 1133720. OLE color: 1133720.

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

Color convert

RGB 152 76 17 -
CMYK 0 0.50 0.89 0.40
HSL 26.22º 0.8% 0.33% -
HSV(B) 26.22º 0.89% 0.6% -
XYZ 15.63 11.88 2 -
YUV 92 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 152 76 17 0 0.50 0.89 0.40 26.22 0.8 0.33
Hex 98 4C 11 0 32 59 28 1A 50 21
Octal 230 114 21 0 62 131 50 32 120 41
Binary 10011000 1001100 10001 0 110010 1011001 101000 11010 1010000 100001

Color Harmonies of #984C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C11

Black with #984C11

Text Example


Text Example

White with #984C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,76,17); }

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

background-color css

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

 a { background-color: rgb(152,76,17); }

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

border-color css

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

 span { border-color: rgb(152,76,17); }

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