Html Css Color HEX #987245 Pale Brown

📋 copy color: '#987245'

red 152 ◦ green 114 ◦ blue 69

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

Shades of Pale Brown #987245

Tints of Pale Brown #987245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 45.37%
G = 34.03%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#987245 (or 0x987245) is known color: Pale Brown. HEX triplet: 98, 72 and 45. RGB value is (152,114,69). Sum of RGB (Red+Green+Blue) = 152+114+69=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987245 is #678DBA. Grayscale: #787878. Windows color (decimal): -6786491 or 4551320. OLE color: 4551320.

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

Color convert

RGB 152 114 69 -
CMYK 0 0.25 0.55 0.40
HSL 32.53º 0.38% 0.43% -
HSV(B) 32.53º 0.55% 0.6% -
XYZ 20.04 19.14 8.27 -
YUV 120.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 152 114 69 0 0.25 0.55 0.40 32.53 0.38 0.43
Hex 98 72 45 0 19 37 28 21 26 2B
Octal 230 162 105 0 31 67 50 41 46 53
Binary 10011000 1110010 1000101 0 11001 110111 101000 100001 100110 101011

Color Harmonies of #987245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987245

Black with #987245

Text Example


Text Example

White with #987245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987245; }

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

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

background-color css

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

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

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

border-color css

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

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

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