Html Css Color HEX #985408 Golden Brown

📋 copy color: '#985408'

red 152 ◦ green 84 ◦ blue 8

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

Shades of Golden Brown #985408

Tints of Golden Brown #985408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

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

R = 62.3%
G = 34.43%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#985408 (or 0x985408) is known color: Golden Brown. HEX triplet: 98, 54 and 08. RGB value is (152,84,8). Sum of RGB (Red+Green+Blue) = 152+84+8=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985408 is #67ABF7. Grayscale: #606060. Windows color (decimal): -6794232 or 545944. OLE color: 545944.

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

Color convert

RGB 152 84 8 -
CMYK 0 0.45 0.95 0.40
HSL 31.67º 0.9% 0.31% -
HSV(B) 31.67º 0.95% 0.6% -
XYZ 16.16 13.03 1.89 -
YUV 95.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 152 84 8 0 0.45 0.95 0.40 31.67 0.9 0.31
Hex 98 54 8 0 2D 5F 28 20 5A 1F
Octal 230 124 10 0 55 137 50 40 132 37
Binary 10011000 1010100 1000 0 101101 1011111 101000 100000 1011010 11111

Color Harmonies of #985408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985408

Black with #985408

Text Example


Text Example

White with #985408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985408; }

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

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

background-color css

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

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

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

border-color css

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

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

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