Html Css Color HEX #9B502F Piper

📋 copy color: '#9B502F'

red 155 ◦ green 80 ◦ blue 47

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

Shades of Piper #9B502F

Tints of Piper #9B502F

RGB

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

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

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

R = 54.96%
G = 28.37%
B = 16.67%

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

#9B502F (or 0x9B502F) is known color: Piper. HEX triplet: 9B, 50 and 2F. RGB value is (155,80,47). Sum of RGB (Red+Green+Blue) = 155+80+47=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B502F is #64AFD0. Grayscale: #626262. Windows color (decimal): -6598609 or 3100827. OLE color: 3100827.

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

Color convert

RGB 155 80 47 -
CMYK 0 0.48 0.70 0.39
HSL 18.33º 0.53% 0.4% -
HSV(B) 18.33º 0.7% 0.61% -
XYZ 16.9 12.91 4.29 -
YUV 98.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 155 80 47 0 0.48 0.70 0.39 18.33 0.53 0.4
Hex 9B 50 2F 0 30 46 27 12 35 28
Octal 233 120 57 0 60 106 47 22 65 50
Binary 10011011 1010000 101111 0 110000 1000110 100111 10010 110101 101000

Color Harmonies of #9B502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B502F

Black with #9B502F

Text Example


Text Example

White with #9B502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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