Html Css Color HEX #985D0A Golden Brown

📋 copy color: '#985D0A'

red 152 ◦ green 93 ◦ blue 10

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

Shades of Golden Brown #985D0A

Tints of Golden Brown #985D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

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

R = 59.61%
G = 36.47%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#985D0A (or 0x985D0A) is known color: Golden Brown. HEX triplet: 98, 5D and 0A. RGB value is (152,93,10). Sum of RGB (Red+Green+Blue) = 152+93+10=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #985D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985D0A is #67A2F5. Grayscale: #656565. Windows color (decimal): -6791926 or 679320. OLE color: 679320.

HSL color Cylindrical-coordinate representation of color #985D0A: hue angle of 35.07º 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 #985D0A is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 10 -
CMYK 0 0.39 0.93 0.40
HSL 35.07º 0.88% 0.32% -
HSV(B) 35.07º 0.93% 0.6% -
XYZ 16.92 14.53 2.2 -
YUV 101.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 152 93 10 0 0.39 0.93 0.40 35.07 0.88 0.32
Hex 98 5D A 0 27 5D 28 23 58 20
Octal 230 135 12 0 47 135 50 43 130 40
Binary 10011000 1011101 1010 0 100111 1011101 101000 100011 1011000 100000

Color Harmonies of #985D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D0A

Black with #985D0A

Text Example


Text Example

White with #985D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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