Html Css Color HEX #985033 Piper

📋 copy color: '#985033'

red 152 ◦ green 80 ◦ blue 51

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

Shades of Piper #985033

Tints of Piper #985033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 53.71%
G = 28.27%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985033 (or 0x985033) is known color: Piper. HEX triplet: 98, 50 and 33. RGB value is (152,80,51). Sum of RGB (Red+Green+Blue) = 152+80+51=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985033 is #67AFCC. Grayscale: #626262. Windows color (decimal): -6795213 or 3362968. OLE color: 3362968.

HSL color Cylindrical-coordinate representation of color #985033: hue angle of 17.23º degrees, saturation: 0.5, 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 #985033 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 51 -
CMYK 0 0.47 0.66 0.40
HSL 17.23º 0.5% 0.4% -
HSV(B) 17.23º 0.66% 0.6% -
XYZ 16.42 12.65 4.71 -
YUV 98.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 152 80 51 0 0.47 0.66 0.40 17.23 0.5 0.4
Hex 98 50 33 0 2F 42 28 11 32 28
Octal 230 120 63 0 57 102 50 21 62 50
Binary 10011000 1010000 110011 0 101111 1000010 101000 10001 110010 101000

Color Harmonies of #985033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985033

Black with #985033

Text Example


Text Example

White with #985033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985033; }

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

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

background-color css

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

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

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

border-color css

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

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

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