Html Css Color HEX #987319 Golden Brown

📋 copy color: '#987319'

red 152 ◦ green 115 ◦ blue 25

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

Shades of Golden Brown #987319

Tints of Golden Brown #987319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 52.05%
G = 39.38%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987319 (or 0x987319) is known color: Golden Brown. HEX triplet: 98, 73 and 19. RGB value is (152,115,25). Sum of RGB (Red+Green+Blue) = 152+115+25=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #987319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987319 is #678CE6. Grayscale: #747474. Windows color (decimal): -6786279 or 1667992. OLE color: 1667992.

HSL color Cylindrical-coordinate representation of color #987319: hue angle of 42.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987319 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 25 -
CMYK 0 0.24 0.84 0.40
HSL 42.52º 0.72% 0.35% -
HSV(B) 42.52º 0.84% 0.6% -
XYZ 19.26 19.01 3.57 -
YUV 115.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 152 115 25 0 0.24 0.84 0.40 42.52 0.72 0.35
Hex 98 73 19 0 18 54 28 2B 48 23
Octal 230 163 31 0 30 124 50 53 110 43
Binary 10011000 1110011 11001 0 11000 1010100 101000 101011 1001000 100011

Color Harmonies of #987319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987319

Black with #987319

Text Example


Text Example

White with #987319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987319; }

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

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

background-color css

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

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

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

border-color css

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

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

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