Html Css Color HEX #985113 Saddle Brown

📋 copy color: '#985113'

red 152 ◦ green 81 ◦ blue 19

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

Shades of Saddle Brown #985113

Tints of Saddle Brown #985113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 60.32%
G = 32.14%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#985113 (or 0x985113) is known color: Saddle Brown. HEX triplet: 98, 51 and 13. RGB value is (152,81,19). Sum of RGB (Red+Green+Blue) = 152+81+19=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #985113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985113 is #67AEEC. Grayscale: #5F5F5F. Windows color (decimal): -6794989 or 1266072. OLE color: 1266072.

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

Color convert

RGB 152 81 19 -
CMYK 0 0.47 0.87 0.40
HSL 27.97º 0.78% 0.34% -
HSV(B) 27.97º 0.88% 0.6% -
XYZ 16.01 12.61 2.21 -
YUV 95.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 152 81 19 0 0.47 0.87 0.40 27.97 0.78 0.34
Hex 98 51 13 0 2F 57 28 1C 4E 22
Octal 230 121 23 0 57 127 50 34 116 42
Binary 10011000 1010001 10011 0 101111 1010111 101000 11100 1001110 100010

Color Harmonies of #985113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985113

Black with #985113

Text Example


Text Example

White with #985113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985113; }

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

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

background-color css

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

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

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

border-color css

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

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

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