Html Css Color HEX #9C533A Piper

📋 copy color: '#9C533A'

red 156 ◦ green 83 ◦ blue 58

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

Shades of Piper #9C533A

Tints of Piper #9C533A

RGB

 RED value IS 156 (61.33% from 255) = 52.53%

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 52.53%
G = 27.95%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C533A (or 0x9C533A) is known color: Piper. HEX triplet: 9C, 53 and 3A. RGB value is (156,83,58). Sum of RGB (Red+Green+Blue) = 156+83+58=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C533A is #63ACC5. Grayscale: #666666. Windows color (decimal): -6532294 or 3822492. OLE color: 3822492.

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

Color convert

RGB 156 83 58 -
CMYK 0 0.47 0.63 0.39
HSL 15.31º 0.46% 0.42% -
HSV(B) 15.31º 0.63% 0.61% -
XYZ 17.57 13.56 5.69 -
YUV 101.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 156 83 58 0 0.47 0.63 0.39 15.31 0.46 0.42
Hex 9C 53 3A 0 2F 3F 27 F 2E 2A
Octal 234 123 72 0 57 77 47 17 56 52
Binary 10011100 1010011 111010 0 101111 111111 100111 1111 101110 101010

Color Harmonies of #9C533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C533A

Black with #9C533A

Text Example


Text Example

White with #9C533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,83,58); }

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

background-color css

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

 a { background-color: rgb(156,83,58); }

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

border-color css

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

 span { border-color: rgb(156,83,58); }

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