Html Css Color HEX #985233 Piper

📋 copy color: '#985233'

red 152 ◦ green 82 ◦ blue 51

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

Shades of Piper #985233

Tints of Piper #985233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 53.33%
G = 28.77%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985233 (or 0x985233) is known color: Piper. HEX triplet: 98, 52 and 33. RGB value is (152,82,51). Sum of RGB (Red+Green+Blue) = 152+82+51=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985233 is #67ADCC. Grayscale: #636363. Windows color (decimal): -6794701 or 3363480. OLE color: 3363480.

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

Color convert

RGB 152 82 51 -
CMYK 0 0.46 0.66 0.40
HSL 18.42º 0.5% 0.4% -
HSV(B) 18.42º 0.66% 0.6% -
XYZ 16.56 12.95 4.76 -
YUV 99.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 152 82 51 0 0.46 0.66 0.40 18.42 0.5 0.4
Hex 98 52 33 0 2E 42 28 12 32 28
Octal 230 122 63 0 56 102 50 22 62 50
Binary 10011000 1010010 110011 0 101110 1000010 101000 10010 110010 101000

Color Harmonies of #985233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985233

Black with #985233

Text Example


Text Example

White with #985233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985233; }

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

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

background-color css

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

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

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

border-color css

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

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

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