#B13424

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

Shades of Brown #B13424

Tints of Brown #B13424

Color information

#B13424 (or 0xB13424) is unknown color: approx Brown. HEX triplet: B1, 34 and 24. RGB value is (177,52,36). Sum of RGB (Red+Green+Blue) = 177+52+36=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B13424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13424 is #4ECBDB. Grayscale: #575757. Windows color (decimal): -5163996 or 2372785. OLE color: 2372785.

HSL color Cylindrical-coordinate representation of color #B13424: hue angle of 6.81º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13424 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1775236-
CMYK00.710.800.31
HSL6.81º66.2%41.76%-
HSV(B)6.81º79.66%69.41%-
XYZ19.6811.932.93-
YUV87.5598.91191.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=66.79%
G=19.62%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177523600.710.800.316.8166.241.76
HexB13424047501F7422a
Octal2616444010712037710252
Binary10110001110100100100010001111010000111111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13424; }

 p { color: rgb(177,52,36); }

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

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

 a { background-color: rgb(177,52,36); }

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

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

 span { border-color: rgb(177,52,36); }

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