Html Css Color HEX #985305 Golden Brown

📋 copy color: '#985305'

red 152 ◦ green 83 ◦ blue 5

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

Shades of Golden Brown #985305

Tints of Golden Brown #985305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 63.33%
G = 34.58%
B = 2.08%

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

#985305 (or 0x985305) is known color: Golden Brown. HEX triplet: 98, 53 and 05. RGB value is (152,83,5). Sum of RGB (Red+Green+Blue) = 152+83+5=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #985305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985305 is #67ACFA. Grayscale: #5F5F5F. Windows color (decimal): -6794491 or 349080. OLE color: 349080.

HSL color Cylindrical-coordinate representation of color #985305: hue angle of 31.84º degrees, saturation: 0.94, 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 #985305 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 5 -
CMYK 0 0.45 0.97 0.40
HSL 31.84º 0.94% 0.31% -
HSV(B) 31.84º 0.97% 0.6% -
XYZ 16.07 12.87 1.78 -
YUV 94.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 152 83 5 0 0.45 0.97 0.40 31.84 0.94 0.31
Hex 98 53 5 0 2D 61 28 20 5E 1F
Octal 230 123 5 0 55 141 50 40 136 37
Binary 10011000 1010011 101 0 101101 1100001 101000 100000 1011110 11111

Color Harmonies of #985305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985305

Black with #985305

Text Example


Text Example

White with #985305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985305; }

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

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

background-color css

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

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

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

border-color css

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

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

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