Html Css Color HEX #987242 Pale Brown

📋 copy color: '#987242'

red 152 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #987242

Tints of Pale Brown #987242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 45.78%
G = 34.34%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987242 (or 0x987242) is known color: Pale Brown. HEX triplet: 98, 72 and 42. RGB value is (152,114,66). Sum of RGB (Red+Green+Blue) = 152+114+66=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #987242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987242 is #678DBD. Grayscale: #787878. Windows color (decimal): -6786494 or 4354712. OLE color: 4354712.

HSL color Cylindrical-coordinate representation of color #987242: hue angle of 33.49º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987242 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 66 -
CMYK 0 0.25 0.57 0.40
HSL 33.49º 0.39% 0.43% -
HSV(B) 33.49º 0.57% 0.6% -
XYZ 19.95 19.1 7.79 -
YUV 119.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 152 114 66 0 0.25 0.57 0.40 33.49 0.39 0.43
Hex 98 72 42 0 19 39 28 21 27 2B
Octal 230 162 102 0 31 71 50 41 47 53
Binary 10011000 1110010 1000010 0 11001 111001 101000 100001 100111 101011

Color Harmonies of #987242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987242

Black with #987242

Text Example


Text Example

White with #987242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987242; }

 p { color: rgb(152,114,66); }

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

background-color css

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

 a { background-color: rgb(152,114,66); }

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

border-color css

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

 span { border-color: rgb(152,114,66); }

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