Html Css Color HEX #98503A Piper

📋 copy color: '#98503A'

red 152 ◦ green 80 ◦ blue 58

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

Shades of Piper #98503A

Tints of Piper #98503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 52.41%
G = 27.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#98503A (or 0x98503A) is known color: Piper. HEX triplet: 98, 50 and 3A. RGB value is (152,80,58). Sum of RGB (Red+Green+Blue) = 152+80+58=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #98503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98503A is #67AFC5. Grayscale: #636363. Windows color (decimal): -6795206 or 3821720. OLE color: 3821720.

HSL color Cylindrical-coordinate representation of color #98503A: hue angle of 14.04º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98503A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 58 -
CMYK 0 0.47 0.62 0.40
HSL 14.04º 0.45% 0.41% -
HSV(B) 14.04º 0.62% 0.6% -
XYZ 16.58 12.72 5.58 -
YUV 99.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 152 80 58 0 0.47 0.62 0.40 14.04 0.45 0.41
Hex 98 50 3A 0 2F 3E 28 E 2D 29
Octal 230 120 72 0 57 76 50 16 55 51
Binary 10011000 1010000 111010 0 101111 111110 101000 1110 101101 101001

Color Harmonies of #98503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98503A

Black with #98503A

Text Example


Text Example

White with #98503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98503A; }

 p { color: rgb(152,80,58); }

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

background-color css

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

 a { background-color: rgb(152,80,58); }

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

border-color css

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

 span { border-color: rgb(152,80,58); }

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