Html Css Color HEX #9B4F35 Piper

📋 copy color: '#9B4F35'

red 155 ◦ green 79 ◦ blue 53

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

Shades of Piper #9B4F35

Tints of Piper #9B4F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

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

R = 54.01%
G = 27.53%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B4F35 (or 0x9B4F35) is known color: Piper. HEX triplet: 9B, 4F and 35. RGB value is (155,79,53). Sum of RGB (Red+Green+Blue) = 155+79+53=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4F35 is #64B0CA. Grayscale: #626262. Windows color (decimal): -6598859 or 3493787. OLE color: 3493787.

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

Color convert

RGB 155 79 53 -
CMYK 0 0.49 0.66 0.39
HSL 15.29º 0.49% 0.41% -
HSV(B) 15.29º 0.66% 0.61% -
XYZ 16.96 12.82 4.95 -
YUV 98.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 155 79 53 0 0.49 0.66 0.39 15.29 0.49 0.41
Hex 9B 4F 35 0 31 42 27 F 31 29
Octal 233 117 65 0 61 102 47 17 61 51
Binary 10011011 1001111 110101 0 110001 1000010 100111 1111 110001 101001

Color Harmonies of #9B4F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F35

Black with #9B4F35

Text Example


Text Example

White with #9B4F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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