Html Css Color HEX #985304 Golden Brown

📋 copy color: '#985304'

red 152 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #985304

Tints of Golden Brown #985304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 63.6%
G = 34.73%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#985304 (or 0x985304) is known color: Golden Brown. HEX triplet: 98, 53 and 04. RGB value is (152,83,4). Sum of RGB (Red+Green+Blue) = 152+83+4=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #985304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985304 is #67ACFB. Grayscale: #5F5F5F. Windows color (decimal): -6794492 or 283544. OLE color: 283544.

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

Color convert

RGB 152 83 4 -
CMYK 0 0.45 0.97 0.40
HSL 32.03º 0.95% 0.31% -
HSV(B) 32.03º 0.97% 0.6% -
XYZ 16.06 12.87 1.75 -
YUV 94.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 152 83 4 0 0.45 0.97 0.40 32.03 0.95 0.31
Hex 98 53 4 0 2D 61 28 20 5F 1F
Octal 230 123 4 0 55 141 50 40 137 37
Binary 10011000 1010011 100 0 101101 1100001 101000 100000 1011111 11111

Color Harmonies of #985304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985304

Black with #985304

Text Example


Text Example

White with #985304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985304; }

 p { color: rgb(152,83,4); }

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

background-color css

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

 a { background-color: rgb(152,83,4); }

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

border-color css

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

 span { border-color: rgb(152,83,4); }

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