Html Css Color HEX #985512 Golden Brown

📋 copy color: '#985512'

red 152 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #985512

Tints of Golden Brown #985512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 59.61%
G = 33.33%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#985512 (or 0x985512) is known color: Golden Brown. HEX triplet: 98, 55 and 12. RGB value is (152,85,18). Sum of RGB (Red+Green+Blue) = 152+85+18=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #985512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985512 is #67AAED. Grayscale: #616161. Windows color (decimal): -6793966 or 1201560. OLE color: 1201560.

HSL color Cylindrical-coordinate representation of color #985512: hue angle of 30º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985512 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 18 -
CMYK 0 0.44 0.88 0.40
HSL 30º 0.79% 0.33% -
HSV(B) 30º 0.88% 0.6% -
XYZ 16.31 13.22 2.26 -
YUV 97.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 152 85 18 0 0.44 0.88 0.40 30 0.79 0.33
Hex 98 55 12 0 2C 58 28 1E 4F 21
Octal 230 125 22 0 54 130 50 36 117 41
Binary 10011000 1010101 10010 0 101100 1011000 101000 11110 1001111 100001

Color Harmonies of #985512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985512

Black with #985512

Text Example


Text Example

White with #985512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985512; }

 p { color: rgb(152,85,18); }

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

background-color css

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

 a { background-color: rgb(152,85,18); }

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

border-color css

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

 span { border-color: rgb(152,85,18); }

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