Html Css Color HEX #9B5432 Piper

📋 copy color: '#9B5432'

red 155 ◦ green 84 ◦ blue 50

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

Shades of Piper #9B5432

Tints of Piper #9B5432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 53.63%
G = 29.07%
B = 17.3%

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

#9B5432 (or 0x9B5432) is known color: Piper. HEX triplet: 9B, 54 and 32. RGB value is (155,84,50). Sum of RGB (Red+Green+Blue) = 155+84+50=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5432 is #64ABCD. Grayscale: #656565. Windows color (decimal): -6597582 or 3298459. OLE color: 3298459.

HSL color Cylindrical-coordinate representation of color #9B5432: hue angle of 19.43º 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 #9B5432 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 84 50 -
CMYK 0 0.46 0.68 0.39
HSL 19.43º 0.51% 0.4% -
HSV(B) 19.43º 0.68% 0.61% -
XYZ 17.26 13.54 4.72 -
YUV 101.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 155 84 50 0 0.46 0.68 0.39 19.43 0.51 0.4
Hex 9B 54 32 0 2E 44 27 13 33 28
Octal 233 124 62 0 56 104 47 23 63 50
Binary 10011011 1010100 110010 0 101110 1000100 100111 10011 110011 101000

Color Harmonies of #9B5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5432

Black with #9B5432

Text Example


Text Example

White with #9B5432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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