Html Css Color HEX #985117 Saddle Brown

📋 copy color: '#985117'

red 152 ◦ green 81 ◦ blue 23

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

Shades of Saddle Brown #985117

Tints of Saddle Brown #985117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 59.38%
G = 31.64%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#985117 (or 0x985117) is known color: Saddle Brown. HEX triplet: 98, 51 and 17. RGB value is (152,81,23). Sum of RGB (Red+Green+Blue) = 152+81+23=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #985117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985117 is #67AEE8. Grayscale: #5F5F5F. Windows color (decimal): -6794985 or 1528216. OLE color: 1528216.

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

Color convert

RGB 152 81 23 -
CMYK 0 0.47 0.85 0.40
HSL 26.98º 0.74% 0.34% -
HSV(B) 26.98º 0.85% 0.6% -
XYZ 16.05 12.62 2.4 -
YUV 95.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 152 81 23 0 0.47 0.85 0.40 26.98 0.74 0.34
Hex 98 51 17 0 2F 55 28 1B 4A 22
Octal 230 121 27 0 57 125 50 33 112 42
Binary 10011000 1010001 10111 0 101111 1010101 101000 11011 1001010 100010

Color Harmonies of #985117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985117

Black with #985117

Text Example


Text Example

White with #985117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985117; }

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

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

background-color css

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

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

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

border-color css

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

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

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