Html Css Color HEX #987008 Golden Brown

📋 copy color: '#987008'

red 152 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #987008

Tints of Golden Brown #987008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 55.88%
G = 41.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#987008 (or 0x987008) is known color: Golden Brown. HEX triplet: 98, 70 and 08. RGB value is (152,112,8). Sum of RGB (Red+Green+Blue) = 152+112+8=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987008 is #678FF7. Grayscale: #707070. Windows color (decimal): -6787064 or 553112. OLE color: 553112.

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

Color convert

RGB 152 112 8 -
CMYK 0 0.26 0.95 0.40
HSL 43.33º 0.9% 0.31% -
HSV(B) 43.33º 0.95% 0.6% -
XYZ 18.79 18.28 2.77 -
YUV 112.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 152 112 8 0 0.26 0.95 0.40 43.33 0.9 0.31
Hex 98 70 8 0 1A 5F 28 2B 5A 1F
Octal 230 160 10 0 32 137 50 53 132 37
Binary 10011000 1110000 1000 0 11010 1011111 101000 101011 1011010 11111

Color Harmonies of #987008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987008

Black with #987008

Text Example


Text Example

White with #987008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987008; }

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

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

background-color css

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

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

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

border-color css

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

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

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