#B13227

Color #B13227 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #B13227

Tints of Brown #B13227

Color information

#B13227 (or 0xB13227) is unknown color: approx Brown. HEX triplet: B1, 32 and 27. RGB value is (177,50,39). Sum of RGB (Red+Green+Blue) = 177+50+39=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13227 is #4ECDD8. Grayscale: #565656. Windows color (decimal): -5164505 or 2568881. OLE color: 2568881.

HSL color Cylindrical-coordinate representation of color #B13227: hue angle of 4.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B13227 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1775039-
CMYK00.720.780.31
HSL4.78º63.89%42.35%-
HSV(B)4.78º77.97%69.41%-
XYZ19.6411.773.16-
YUV86.72101.08192.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=66.54%
G=18.80%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177503900.720.780.314.7863.8942.35
HexB132270484E1F5402a
Octal2616247011011637510052
Binary10110001110010100111010010001001110111111011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13227; }

 p { color: rgb(177,50,39); }

 H1.HeaderClassName
 {
   color: #B13227;
 }
 .AnyTagClassName
 {
   color: #B13227;
 }
</style>
background-color css

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

 a { background-color: rgb(177,50,39); }

 div.DivClassName
 {
   background-color: #B13227;
 }
 .BgClassName
 {
   background-color: #B13227;
 }
</style>
border-color css

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

 span { border-color: rgb(177,50,39); }

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