Html Css Color HEX #985116 Saddle Brown

📋 copy color: '#985116'

red 152 ◦ green 81 ◦ blue 22

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

Shades of Saddle Brown #985116

Tints of Saddle Brown #985116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 59.61%
G = 31.76%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#985116 (or 0x985116) is known color: Saddle Brown. HEX triplet: 98, 51 and 16. RGB value is (152,81,22). Sum of RGB (Red+Green+Blue) = 152+81+22=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #985116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985116 is #67AEE9. Grayscale: #5F5F5F. Windows color (decimal): -6794986 or 1462680. OLE color: 1462680.

HSL color Cylindrical-coordinate representation of color #985116: hue angle of 27.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #985116 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 22 -
CMYK 0 0.47 0.86 0.40
HSL 27.23º 0.75% 0.34% -
HSV(B) 27.23º 0.86% 0.6% -
XYZ 16.04 12.62 2.35 -
YUV 95.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 152 81 22 0 0.47 0.86 0.40 27.23 0.75 0.34
Hex 98 51 16 0 2F 56 28 1B 4B 22
Octal 230 121 26 0 57 126 50 33 113 42
Binary 10011000 1010001 10110 0 101111 1010110 101000 11011 1001011 100010

Color Harmonies of #985116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985116

Black with #985116

Text Example


Text Example

White with #985116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985116; }

 p { color: rgb(152,81,22); }

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

background-color css

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

 a { background-color: rgb(152,81,22); }

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

border-color css

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

 span { border-color: rgb(152,81,22); }

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