Html Css Color HEX #9B512F Piper

📋 copy color: '#9B512F'

red 155 ◦ green 81 ◦ blue 47

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

Shades of Piper #9B512F

Tints of Piper #9B512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 54.77%
G = 28.62%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B512F (or 0x9B512F) is known color: Piper. HEX triplet: 9B, 51 and 2F. RGB value is (155,81,47). Sum of RGB (Red+Green+Blue) = 155+81+47=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B512F is #64AED0. Grayscale: #636363. Windows color (decimal): -6598353 or 3101083. OLE color: 3101083.

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

Color convert

RGB 155 81 47 -
CMYK 0 0.48 0.70 0.39
HSL 18.89º 0.53% 0.4% -
HSV(B) 18.89º 0.7% 0.61% -
XYZ 16.97 13.06 4.32 -
YUV 99.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 155 81 47 0 0.48 0.70 0.39 18.89 0.53 0.4
Hex 9B 51 2F 0 30 46 27 13 35 28
Octal 233 121 57 0 60 106 47 23 65 50
Binary 10011011 1010001 101111 0 110000 1000110 100111 10011 110101 101000

Color Harmonies of #9B512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B512F

Black with #9B512F

Text Example


Text Example

White with #9B512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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