Html Css Color HEX #985801 Golden Brown

📋 copy color: '#985801'

red 152 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #985801

Tints of Golden Brown #985801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 63.07%
G = 36.51%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#985801 (or 0x985801) is known color: Golden Brown. HEX triplet: 98, 58 and 01. RGB value is (152,88,1). Sum of RGB (Red+Green+Blue) = 152+88+1=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #985801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985801 is #67A7FE. Grayscale: #616161. Windows color (decimal): -6793215 or 88216. OLE color: 88216.

HSL color Cylindrical-coordinate representation of color #985801: hue angle of 34.57º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #985801 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 1 -
CMYK 0 0.42 0.99 0.40
HSL 34.57º 0.99% 0.3% -
HSV(B) 34.57º 0.99% 0.6% -
XYZ 16.44 13.66 1.8 -
YUV 97.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 152 88 1 0 0.42 0.99 0.40 34.57 0.99 0.3
Hex 98 58 1 0 2A 63 28 23 63 1E
Octal 230 130 1 0 52 143 50 43 143 36
Binary 10011000 1011000 1 0 101010 1100011 101000 100011 1100011 11110

Color Harmonies of #985801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985801

Black with #985801

Text Example


Text Example

White with #985801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985801; }

 p { color: rgb(152,88,1); }

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

background-color css

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

 a { background-color: rgb(152,88,1); }

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

border-color css

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

 span { border-color: rgb(152,88,1); }

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