Html Css Color HEX #9B552F Piper

📋 copy color: '#9B552F'

red 155 ◦ green 85 ◦ blue 47

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

Shades of Piper #9B552F

Tints of Piper #9B552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 54.01%
G = 29.62%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B552F (or 0x9B552F) is known color: Piper. HEX triplet: 9B, 55 and 2F. RGB value is (155,85,47). Sum of RGB (Red+Green+Blue) = 155+85+47=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B552F is #64AAD0. Grayscale: #656565. Windows color (decimal): -6597329 or 3102107. OLE color: 3102107.

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

Color convert

RGB 155 85 47 -
CMYK 0 0.45 0.70 0.39
HSL 21.11º 0.53% 0.4% -
HSV(B) 21.11º 0.7% 0.61% -
XYZ 17.28 13.67 4.42 -
YUV 101.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 155 85 47 0 0.45 0.70 0.39 21.11 0.53 0.4
Hex 9B 55 2F 0 2D 46 27 15 35 28
Octal 233 125 57 0 55 106 47 25 65 50
Binary 10011011 1010101 101111 0 101101 1000110 100111 10101 110101 101000

Color Harmonies of #9B552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B552F

Black with #9B552F

Text Example


Text Example

White with #9B552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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