Html Css Color HEX #985010 Saddle Brown

📋 copy color: '#985010'

red 152 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #985010

Tints of Saddle Brown #985010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 61.29%
G = 32.26%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985010 (or 0x985010) is known color: Saddle Brown. HEX triplet: 98, 50 and 10. RGB value is (152,80,16). Sum of RGB (Red+Green+Blue) = 152+80+16=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #985010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985010 is #67AFEF. Grayscale: #5E5E5E. Windows color (decimal): -6795248 or 1069208. OLE color: 1069208.

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

Color convert

RGB 152 80 16 -
CMYK 0 0.47 0.89 0.40
HSL 28.24º 0.81% 0.33% -
HSV(B) 28.24º 0.89% 0.6% -
XYZ 15.91 12.45 2.05 -
YUV 94.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 152 80 16 0 0.47 0.89 0.40 28.24 0.81 0.33
Hex 98 50 10 0 2F 59 28 1C 51 21
Octal 230 120 20 0 57 131 50 34 121 41
Binary 10011000 1010000 10000 0 101111 1011001 101000 11100 1010001 100001

Color Harmonies of #985010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985010

Black with #985010

Text Example


Text Example

White with #985010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985010; }

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

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

background-color css

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

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

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

border-color css

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

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

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