Html Css Color HEX #9B522F Piper

📋 copy color: '#9B522F'

red 155 ◦ green 82 ◦ blue 47

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

Shades of Piper #9B522F

Tints of Piper #9B522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 54.58%
G = 28.87%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B522F (or 0x9B522F) is known color: Piper. HEX triplet: 9B, 52 and 2F. RGB value is (155,82,47). Sum of RGB (Red+Green+Blue) = 155+82+47=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B522F is #64ADD0. Grayscale: #646464. Windows color (decimal): -6598097 or 3101339. OLE color: 3101339.

HSL color Cylindrical-coordinate representation of color #9B522F: hue angle of 19.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B522F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 47 -
CMYK 0 0.47 0.70 0.39
HSL 19.44º 0.53% 0.4% -
HSV(B) 19.44º 0.7% 0.61% -
XYZ 17.05 13.21 4.34 -
YUV 99.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 155 82 47 0 0.47 0.70 0.39 19.44 0.53 0.4
Hex 9B 52 2F 0 2F 46 27 13 35 28
Octal 233 122 57 0 57 106 47 23 65 50
Binary 10011011 1010010 101111 0 101111 1000110 100111 10011 110101 101000

Color Harmonies of #9B522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B522F

Black with #9B522F

Text Example


Text Example

White with #9B522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,47); }

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

background-color css

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

 a { background-color: rgb(155,82,47); }

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

border-color css

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

 span { border-color: rgb(155,82,47); }

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