Html Css Color HEX #985F0A Golden Brown

📋 copy color: '#985F0A'

red 152 ◦ green 95 ◦ blue 10

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

Shades of Golden Brown #985F0A

Tints of Golden Brown #985F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 59.14%
G = 36.96%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#985F0A (or 0x985F0A) is known color: Golden Brown. HEX triplet: 98, 5F and 0A. RGB value is (152,95,10). Sum of RGB (Red+Green+Blue) = 152+95+10=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985F0A is #67A0F5. Grayscale: #666666. Windows color (decimal): -6791414 or 679832. OLE color: 679832.

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

Color convert

RGB 152 95 10 -
CMYK 0 0.38 0.93 0.40
HSL 35.92º 0.88% 0.32% -
HSV(B) 35.92º 0.93% 0.6% -
XYZ 17.1 14.88 2.26 -
YUV 102.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 152 95 10 0 0.38 0.93 0.40 35.92 0.88 0.32
Hex 98 5F A 0 26 5D 28 24 58 20
Octal 230 137 12 0 46 135 50 44 130 40
Binary 10011000 1011111 1010 0 100110 1011101 101000 100100 1011000 100000

Color Harmonies of #985F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F0A

Black with #985F0A

Text Example


Text Example

White with #985F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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