Html Css Color HEX #985018 Saddle Brown

📋 copy color: '#985018'

red 152 ◦ green 80 ◦ blue 24

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

Shades of Saddle Brown #985018

Tints of Saddle Brown #985018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 59.38%
G = 31.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#985018 (or 0x985018) is known color: Saddle Brown. HEX triplet: 98, 50 and 18. RGB value is (152,80,24). Sum of RGB (Red+Green+Blue) = 152+80+24=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #985018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985018 is #67AFE7. Grayscale: #5F5F5F. Windows color (decimal): -6795240 or 1593496. OLE color: 1593496.

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

Color convert

RGB 152 80 24 -
CMYK 0 0.47 0.84 0.40
HSL 26.25º 0.73% 0.35% -
HSV(B) 26.25º 0.84% 0.6% -
XYZ 15.98 12.48 2.43 -
YUV 95.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 152 80 24 0 0.47 0.84 0.40 26.25 0.73 0.35
Hex 98 50 18 0 2F 54 28 1A 49 23
Octal 230 120 30 0 57 124 50 32 111 43
Binary 10011000 1010000 11000 0 101111 1010100 101000 11010 1001001 100011

Color Harmonies of #985018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985018

Black with #985018

Text Example


Text Example

White with #985018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985018; }

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

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

background-color css

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

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

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

border-color css

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

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

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