Html Css Color HEX #965038 Piper

📋 copy color: '#965038'

red 150 ◦ green 80 ◦ blue 56

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

Shades of Piper #965038

Tints of Piper #965038

RGB

 RED value IS 150 (58.98% from 255) = 52.45%

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

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 52.45%
G = 27.97%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965038 (or 0x965038) is known color: Piper. HEX triplet: 96, 50 and 38. RGB value is (150,80,56). Sum of RGB (Red+Green+Blue) = 150+80+56=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965038 is #69AFC7. Grayscale: #626262. Windows color (decimal): -6926280 or 3690646. OLE color: 3690646.

HSL color Cylindrical-coordinate representation of color #965038: hue angle of 15.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965038 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 56 -
CMYK 0 0.47 0.63 0.41
HSL 15.32º 0.46% 0.4% -
HSV(B) 15.32º 0.63% 0.59% -
XYZ 16.16 12.51 5.3 -
YUV 98.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 150 80 56 0 0.47 0.63 0.41 15.32 0.46 0.4
Hex 96 50 38 0 2F 3F 29 F 2E 28
Octal 226 120 70 0 57 77 51 17 56 50
Binary 10010110 1010000 111000 0 101111 111111 101001 1111 101110 101000

Color Harmonies of #965038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965038

Black with #965038

Text Example


Text Example

White with #965038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965038; }

 p { color: rgb(150,80,56); }

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

background-color css

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

 a { background-color: rgb(150,80,56); }

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

border-color css

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

 span { border-color: rgb(150,80,56); }

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