Html Css Color HEX #985B00 Golden Brown

📋 copy color: '#985B00'

red 152 ◦ green 91 ◦ blue 0

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

Shades of Golden Brown #985B00

Tints of Golden Brown #985B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.55%
G = 37.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#985B00 (or 0x985B00) is known color: Golden Brown. HEX triplet: 98, 5B and 00. RGB value is (152,91,0). Sum of RGB (Red+Green+Blue) = 152+91+0=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #985B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985B00 is #67A4FF. Grayscale: #636363. Windows color (decimal): -6792448 or 23448. OLE color: 23448.

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

Color convert

RGB 152 91 0 -
CMYK 0 0.40 1 0.40
HSL 35.92º 1% 0.3% -
HSV(B) 35.92º 1% 0.6% -
XYZ 16.69 14.16 1.85 -
YUV 98.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 152 91 0 0 0.40 1 0.40 35.92 1 0.3
Hex 98 5B 0 0 28 64 28 24 64 1E
Octal 230 133 0 0 50 144 50 44 144 36
Binary 10011000 1011011 0 0 101000 1100100 101000 100100 1100100 11110

Color Harmonies of #985B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B00

Black with #985B00

Text Example


Text Example

White with #985B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,0); }

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

background-color css

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

 a { background-color: rgb(152,91,0); }

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

border-color css

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

 span { border-color: rgb(152,91,0); }

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