Html Css Color HEX #985D14 Golden Brown

📋 copy color: '#985D14'

red 152 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #985D14

Tints of Golden Brown #985D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

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

R = 57.36%
G = 35.09%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#985D14 (or 0x985D14) is known color: Golden Brown. HEX triplet: 98, 5D and 14. RGB value is (152,93,20). Sum of RGB (Red+Green+Blue) = 152+93+20=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985D14 is #67A2EB. Grayscale: #666666. Windows color (decimal): -6791916 or 1334680. OLE color: 1334680.

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

Color convert

RGB 152 93 20 -
CMYK 0 0.39 0.87 0.40
HSL 33.18º 0.77% 0.34% -
HSV(B) 33.18º 0.87% 0.6% -
XYZ 16.99 14.55 2.58 -
YUV 102.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 152 93 20 0 0.39 0.87 0.40 33.18 0.77 0.34
Hex 98 5D 14 0 27 57 28 21 4D 22
Octal 230 135 24 0 47 127 50 41 115 42
Binary 10011000 1011101 10100 0 100111 1010111 101000 100001 1001101 100010

Color Harmonies of #985D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D14

Black with #985D14

Text Example


Text Example

White with #985D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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