Html Css Color HEX #985808 Golden Brown

📋 copy color: '#985808'

red 152 ◦ green 88 ◦ blue 8

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

Shades of Golden Brown #985808

Tints of Golden Brown #985808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 61.29%
G = 35.48%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#985808 (or 0x985808) is known color: Golden Brown. HEX triplet: 98, 58 and 08. RGB value is (152,88,8). Sum of RGB (Red+Green+Blue) = 152+88+8=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #985808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985808 is #67A7F7. Grayscale: #626262. Windows color (decimal): -6793208 or 546968. OLE color: 546968.

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

Color convert

RGB 152 88 8 -
CMYK 0 0.42 0.95 0.40
HSL 33.33º 0.9% 0.31% -
HSV(B) 33.33º 0.95% 0.6% -
XYZ 16.48 13.67 2 -
YUV 98.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 152 88 8 0 0.42 0.95 0.40 33.33 0.9 0.31
Hex 98 58 8 0 2A 5F 28 21 5A 1F
Octal 230 130 10 0 52 137 50 41 132 37
Binary 10011000 1011000 1000 0 101010 1011111 101000 100001 1011010 11111

Color Harmonies of #985808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985808

Black with #985808

Text Example


Text Example

White with #985808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985808; }

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

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

background-color css

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

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

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

border-color css

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

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

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