Html Css Color HEX #965338 Piper

📋 copy color: '#965338'

red 150 ◦ green 83 ◦ blue 56

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

Shades of Piper #965338

Tints of Piper #965338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 51.9%
G = 28.72%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965338 (or 0x965338) is known color: Piper. HEX triplet: 96, 53 and 38. RGB value is (150,83,56). Sum of RGB (Red+Green+Blue) = 150+83+56=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965338 is #69ACC7. Grayscale: #646464. Windows color (decimal): -6925512 or 3691414. OLE color: 3691414.

HSL color Cylindrical-coordinate representation of color #965338: hue angle of 17.23º 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 #965338 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 56 -
CMYK 0 0.45 0.63 0.41
HSL 17.23º 0.46% 0.4% -
HSV(B) 17.23º 0.63% 0.59% -
XYZ 16.38 12.96 5.38 -
YUV 99.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 150 83 56 0 0.45 0.63 0.41 17.23 0.46 0.4
Hex 96 53 38 0 2D 3F 29 11 2E 28
Octal 226 123 70 0 55 77 51 21 56 50
Binary 10010110 1010011 111000 0 101101 111111 101001 10001 101110 101000

Color Harmonies of #965338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965338

Black with #965338

Text Example


Text Example

White with #965338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965338; }

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

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

background-color css

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

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

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

border-color css

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

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

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