Html Css Color HEX #945039 Piper

📋 copy color: '#945039'

red 148 ◦ green 80 ◦ blue 57

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

Shades of Piper #945039

Tints of Piper #945039

RGB

 RED value IS 148 (58.2% from 255) = 51.93%

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 51.93%
G = 28.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#945039 (or 0x945039) is known color: Piper. HEX triplet: 94, 50 and 39. RGB value is (148,80,57). Sum of RGB (Red+Green+Blue) = 148+80+57=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945039 is #6BAFC6. Grayscale: #616161. Windows color (decimal): -7057351 or 3756180. OLE color: 3756180.

HSL color Cylindrical-coordinate representation of color #945039: hue angle of 15.16º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #945039 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 57 -
CMYK 0 0.46 0.61 0.42
HSL 15.16º 0.44% 0.4% -
HSV(B) 15.16º 0.61% 0.58% -
XYZ 15.82 12.33 5.42 -
YUV 97.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 148 80 57 0 0.46 0.61 0.42 15.16 0.44 0.4
Hex 94 50 39 0 2E 3D 2A F 2C 28
Octal 224 120 71 0 56 75 52 17 54 50
Binary 10010100 1010000 111001 0 101110 111101 101010 1111 101100 101000

Color Harmonies of #945039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945039

Black with #945039

Text Example


Text Example

White with #945039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945039; }

 p { color: rgb(148,80,57); }

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

background-color css

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

 a { background-color: rgb(148,80,57); }

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

border-color css

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

 span { border-color: rgb(148,80,57); }

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