Html Css Color HEX #98513A Piper

📋 copy color: '#98513A'

red 152 ◦ green 81 ◦ blue 58

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

Shades of Piper #98513A

Tints of Piper #98513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 52.23%
G = 27.84%
B = 19.93%

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

#98513A (or 0x98513A) is known color: Piper. HEX triplet: 98, 51 and 3A. RGB value is (152,81,58). Sum of RGB (Red+Green+Blue) = 152+81+58=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98513A is #67AEC5. Grayscale: #636363. Windows color (decimal): -6794950 or 3821976. OLE color: 3821976.

HSL color Cylindrical-coordinate representation of color #98513A: hue angle of 14.68º 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 #98513A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 58 -
CMYK 0 0.47 0.62 0.40
HSL 14.68º 0.45% 0.41% -
HSV(B) 14.68º 0.62% 0.6% -
XYZ 16.66 12.87 5.61 -
YUV 99.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 152 81 58 0 0.47 0.62 0.40 14.68 0.45 0.41
Hex 98 51 3A 0 2F 3E 28 F 2D 29
Octal 230 121 72 0 57 76 50 17 55 51
Binary 10011000 1010001 111010 0 101111 111110 101000 1111 101101 101001

Color Harmonies of #98513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98513A

Black with #98513A

Text Example


Text Example

White with #98513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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