Html Css Color HEX #985014 Saddle Brown

📋 copy color: '#985014'

red 152 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #985014

Tints of Saddle Brown #985014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 60.32%
G = 31.75%
B = 7.94%

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

#985014 (or 0x985014) is known color: Saddle Brown. HEX triplet: 98, 50 and 14. RGB value is (152,80,20). Sum of RGB (Red+Green+Blue) = 152+80+20=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #985014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985014 is #67AFEB. Grayscale: #5F5F5F. Windows color (decimal): -6795244 or 1331352. OLE color: 1331352.

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

Color convert

RGB 152 80 20 -
CMYK 0 0.47 0.87 0.40
HSL 27.27º 0.77% 0.34% -
HSV(B) 27.27º 0.87% 0.6% -
XYZ 15.94 12.46 2.23 -
YUV 94.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 152 80 20 0 0.47 0.87 0.40 27.27 0.77 0.34
Hex 98 50 14 0 2F 57 28 1B 4D 22
Octal 230 120 24 0 57 127 50 33 115 42
Binary 10011000 1010000 10100 0 101111 1010111 101000 11011 1001101 100010

Color Harmonies of #985014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985014

Black with #985014

Text Example


Text Example

White with #985014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985014; }

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

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

background-color css

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

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

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

border-color css

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

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

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