Html Css Color HEX #9B5535 Piper

📋 copy color: '#9B5535'

red 155 ◦ green 85 ◦ blue 53

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

Shades of Piper #9B5535

Tints of Piper #9B5535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 52.9%
G = 29.01%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B5535 (or 0x9B5535) is known color: Piper. HEX triplet: 9B, 55 and 35. RGB value is (155,85,53). Sum of RGB (Red+Green+Blue) = 155+85+53=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5535 is #64AACA. Grayscale: #666666. Windows color (decimal): -6597323 or 3495323. OLE color: 3495323.

HSL color Cylindrical-coordinate representation of color #9B5535: hue angle of 18.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B5535 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 53 -
CMYK 0 0.45 0.66 0.39
HSL 18.82º 0.49% 0.41% -
HSV(B) 18.82º 0.66% 0.61% -
XYZ 17.41 13.72 5.1 -
YUV 102.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 155 85 53 0 0.45 0.66 0.39 18.82 0.49 0.41
Hex 9B 55 35 0 2D 42 27 13 31 29
Octal 233 125 65 0 55 102 47 23 61 51
Binary 10011011 1010101 110101 0 101101 1000010 100111 10011 110001 101001

Color Harmonies of #9B5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5535

Black with #9B5535

Text Example


Text Example

White with #9B5535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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