Html Css Color HEX #9B5238 Piper

📋 copy color: '#9B5238'

red 155 ◦ green 82 ◦ blue 56

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

Shades of Piper #9B5238

Tints of Piper #9B5238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 52.9%
G = 27.99%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9B5238 (or 0x9B5238) is known color: Piper. HEX triplet: 9B, 52 and 38. RGB value is (155,82,56). Sum of RGB (Red+Green+Blue) = 155+82+56=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5238 is #64ADC7. Grayscale: #656565. Windows color (decimal): -6598088 or 3691163. OLE color: 3691163.

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

Color convert

RGB 155 82 56 -
CMYK 0 0.47 0.64 0.39
HSL 15.76º 0.47% 0.41% -
HSV(B) 15.76º 0.64% 0.61% -
XYZ 17.25 13.29 5.4 -
YUV 100.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 155 82 56 0 0.47 0.64 0.39 15.76 0.47 0.41
Hex 9B 52 38 0 2F 40 27 10 2F 29
Octal 233 122 70 0 57 100 47 20 57 51
Binary 10011011 1010010 111000 0 101111 1000000 100111 10000 101111 101001

Color Harmonies of #9B5238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5238

Black with #9B5238

Text Example


Text Example

White with #9B5238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,56); }

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

background-color css

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

 a { background-color: rgb(155,82,56); }

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

border-color css

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

 span { border-color: rgb(155,82,56); }

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