Html Css Color HEX #98714C Pale Brown

📋 copy color: '#98714C'

red 152 ◦ green 113 ◦ blue 76

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

Shades of Pale Brown #98714C

Tints of Pale Brown #98714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 44.57%
G = 33.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98714C (or 0x98714C) is known color: Pale Brown. HEX triplet: 98, 71 and 4C. RGB value is (152,113,76). Sum of RGB (Red+Green+Blue) = 152+113+76=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98714C is #678EB3. Grayscale: #787878. Windows color (decimal): -6786740 or 5009816. OLE color: 5009816.

HSL color Cylindrical-coordinate representation of color #98714C: hue angle of 29.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98714C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 76 -
CMYK 0 0.26 0.50 0.40
HSL 29.21º 0.33% 0.45% -
HSV(B) 29.21º 0.5% 0.6% -
XYZ 20.16 19.01 9.44 -
YUV 120.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 152 113 76 0 0.26 0.50 0.40 29.21 0.33 0.45
Hex 98 71 4C 0 1A 32 28 1D 21 2D
Octal 230 161 114 0 32 62 50 35 41 55
Binary 10011000 1110001 1001100 0 11010 110010 101000 11101 100001 101101

Color Harmonies of #98714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98714C

Black with #98714C

Text Example


Text Example

White with #98714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98714C; }

 p { color: rgb(152,113,76); }

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

background-color css

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

 a { background-color: rgb(152,113,76); }

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

border-color css

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

 span { border-color: rgb(152,113,76); }

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