Html Css Color HEX #9B532F Piper

📋 copy color: '#9B532F'

red 155 ◦ green 83 ◦ blue 47

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

Shades of Piper #9B532F

Tints of Piper #9B532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 54.39%
G = 29.12%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B532F (or 0x9B532F) is known color: Piper. HEX triplet: 9B, 53 and 2F. RGB value is (155,83,47). Sum of RGB (Red+Green+Blue) = 155+83+47=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B532F is #64ACD0. Grayscale: #646464. Windows color (decimal): -6597841 or 3101595. OLE color: 3101595.

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

Color convert

RGB 155 83 47 -
CMYK 0 0.46 0.70 0.39
HSL 20º 0.53% 0.4% -
HSV(B) 20º 0.7% 0.61% -
XYZ 17.12 13.36 4.37 -
YUV 100.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 155 83 47 0 0.46 0.70 0.39 20 0.53 0.4
Hex 9B 53 2F 0 2E 46 27 14 35 28
Octal 233 123 57 0 56 106 47 24 65 50
Binary 10011011 1010011 101111 0 101110 1000110 100111 10100 110101 101000

Color Harmonies of #9B532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B532F

Black with #9B532F

Text Example


Text Example

White with #9B532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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