Html Css Color HEX #987308 Golden Brown

📋 copy color: '#987308'

red 152 ◦ green 115 ◦ blue 8

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

Shades of Golden Brown #987308

Tints of Golden Brown #987308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 55.27%
G = 41.82%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#987308 (or 0x987308) is known color: Golden Brown. HEX triplet: 98, 73 and 08. RGB value is (152,115,8). Sum of RGB (Red+Green+Blue) = 152+115+8=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #987308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987308 is #678CF7. Grayscale: #727272. Windows color (decimal): -6786296 or 553880. OLE color: 553880.

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

Color convert

RGB 152 115 8 -
CMYK 0 0.24 0.95 0.40
HSL 44.58º 0.9% 0.31% -
HSV(B) 44.58º 0.95% 0.6% -
XYZ 19.12 18.95 2.88 -
YUV 113.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 152 115 8 0 0.24 0.95 0.40 44.58 0.9 0.31
Hex 98 73 8 0 18 5F 28 2D 5A 1F
Octal 230 163 10 0 30 137 50 55 132 37
Binary 10011000 1110011 1000 0 11000 1011111 101000 101101 1011010 11111

Color Harmonies of #987308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987308

Black with #987308

Text Example


Text Example

White with #987308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987308; }

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

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

background-color css

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

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

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

border-color css

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

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

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