Html Css Color HEX #985F08 Golden Brown

📋 copy color: '#985F08'

red 152 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #985F08

Tints of Golden Brown #985F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 59.61%
G = 37.25%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#985F08 (or 0x985F08) is known color: Golden Brown. HEX triplet: 98, 5F and 08. RGB value is (152,95,8). Sum of RGB (Red+Green+Blue) = 152+95+8=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #985F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985F08 is #67A0F7. Grayscale: #666666. Windows color (decimal): -6791416 or 548760. OLE color: 548760.

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

Color convert

RGB 152 95 8 -
CMYK 0 0.38 0.95 0.40
HSL 36.25º 0.9% 0.31% -
HSV(B) 36.25º 0.95% 0.6% -
XYZ 17.08 14.88 2.2 -
YUV 102.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 152 95 8 0 0.38 0.95 0.40 36.25 0.9 0.31
Hex 98 5F 8 0 26 5F 28 24 5A 1F
Octal 230 137 10 0 46 137 50 44 132 37
Binary 10011000 1011111 1000 0 100110 1011111 101000 100100 1011010 11111

Color Harmonies of #985F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F08

Black with #985F08

Text Example


Text Example

White with #985F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,8); }

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

background-color css

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

 a { background-color: rgb(152,95,8); }

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

border-color css

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

 span { border-color: rgb(152,95,8); }

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