Html Css Color HEX #995134 Piper

📋 copy color: '#995134'

red 153 ◦ green 81 ◦ blue 52

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

Shades of Piper #995134

Tints of Piper #995134

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 53.5%
G = 28.32%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#995134 (or 0x995134) is known color: Piper. HEX triplet: 99, 51 and 34. RGB value is (153,81,52). Sum of RGB (Red+Green+Blue) = 153+81+52=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995134 is #66AECB. Grayscale: #636363. Windows color (decimal): -6729420 or 3428761. OLE color: 3428761.

HSL color Cylindrical-coordinate representation of color #995134: hue angle of 17.23º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #995134 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 52 -
CMYK 0 0.47 0.66 0.4
HSL 17.23º 0.49% 0.4% -
HSV(B) 17.23º 0.66% 0.6% -
XYZ 16.7 12.91 4.86 -
YUV 99.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 153 81 52 0 0.47 0.66 0.4 17.23 0.49 0.4
Hex 99 51 34 0 2F 42 28 11 31 28
Octal 231 121 64 0 57 102 50 21 61 50
Binary 10011001 1010001 110100 0 101111 1000010 101000 10001 110001 101000

Color Harmonies of #995134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995134

Black with #995134

Text Example


Text Example

White with #995134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995134; }

 p { color: rgb(153,81,52); }

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

background-color css

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

 a { background-color: rgb(153,81,52); }

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

border-color css

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

 span { border-color: rgb(153,81,52); }

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