Html Css Color HEX #9B5332 Piper

📋 copy color: '#9B5332'

red 155 ◦ green 83 ◦ blue 50

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

Shades of Piper #9B5332

Tints of Piper #9B5332

RGB

 RED value IS 155 (60.94% from 255) = 53.82%

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

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 53.82%
G = 28.82%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B5332 (or 0x9B5332) is known color: Piper. HEX triplet: 9B, 53 and 32. RGB value is (155,83,50). Sum of RGB (Red+Green+Blue) = 155+83+50=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5332 is #64ACCD. Grayscale: #646464. Windows color (decimal): -6597838 or 3298203. OLE color: 3298203.

HSL color Cylindrical-coordinate representation of color #9B5332: hue angle of 18.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B5332 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 50 -
CMYK 0 0.46 0.68 0.39
HSL 18.86º 0.51% 0.4% -
HSV(B) 18.86º 0.68% 0.61% -
XYZ 17.19 13.39 4.7 -
YUV 100.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 155 83 50 0 0.46 0.68 0.39 18.86 0.51 0.4
Hex 9B 53 32 0 2E 44 27 13 33 28
Octal 233 123 62 0 56 104 47 23 63 50
Binary 10011011 1010011 110010 0 101110 1000100 100111 10011 110011 101000

Color Harmonies of #9B5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5332

Black with #9B5332

Text Example


Text Example

White with #9B5332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B5332; }

 p { color: rgb(155,83,50); }

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

background-color css

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

 a { background-color: rgb(155,83,50); }

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

border-color css

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

 span { border-color: rgb(155,83,50); }

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