Html Css Color HEX #985013 Saddle Brown

📋 copy color: '#985013'

red 152 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #985013

Tints of Saddle Brown #985013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

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

R = 60.56%
G = 31.87%
B = 7.57%

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

#985013 (or 0x985013) is known color: Saddle Brown. HEX triplet: 98, 50 and 13. RGB value is (152,80,19). Sum of RGB (Red+Green+Blue) = 152+80+19=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #985013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985013 is #67AFEC. Grayscale: #5E5E5E. Windows color (decimal): -6795245 or 1265816. OLE color: 1265816.

HSL color Cylindrical-coordinate representation of color #985013: hue angle of 27.52º 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 #985013 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 19 -
CMYK 0 0.47 0.87 0.40
HSL 27.52º 0.78% 0.34% -
HSV(B) 27.52º 0.88% 0.6% -
XYZ 15.94 12.46 2.18 -
YUV 94.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 152 80 19 0 0.47 0.87 0.40 27.52 0.78 0.34
Hex 98 50 13 0 2F 57 28 1C 4E 22
Octal 230 120 23 0 57 127 50 34 116 42
Binary 10011000 1010000 10011 0 101111 1010111 101000 11100 1001110 100010

Color Harmonies of #985013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985013

Black with #985013

Text Example


Text Example

White with #985013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985013; }

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

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

background-color css

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

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

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

border-color css

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

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

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