Html Css Color HEX #9B5035 Piper

📋 copy color: '#9B5035'

red 155 ◦ green 80 ◦ blue 53

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

Shades of Piper #9B5035

Tints of Piper #9B5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 53.82%
G = 27.78%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B5035 (or 0x9B5035) is known color: Piper. HEX triplet: 9B, 50 and 35. RGB value is (155,80,53). Sum of RGB (Red+Green+Blue) = 155+80+53=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5035 is #64AFCA. Grayscale: #636363. Windows color (decimal): -6598603 or 3494043. OLE color: 3494043.

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

Color convert

RGB 155 80 53 -
CMYK 0 0.48 0.66 0.39
HSL 15.88º 0.49% 0.41% -
HSV(B) 15.88º 0.66% 0.61% -
XYZ 17.03 12.96 4.97 -
YUV 99.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 155 80 53 0 0.48 0.66 0.39 15.88 0.49 0.41
Hex 9B 50 35 0 30 42 27 10 31 29
Octal 233 120 65 0 60 102 47 20 61 51
Binary 10011011 1010000 110101 0 110000 1000010 100111 10000 110001 101001

Color Harmonies of #9B5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5035

Black with #9B5035

Text Example


Text Example

White with #9B5035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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