#B13522

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

Shades of Brown #B13522

Tints of Brown #B13522

Color information

#B13522 (or 0xB13522) is unknown color: approx Brown. HEX triplet: B1, 35 and 22. RGB value is (177,53,34). Sum of RGB (Red+Green+Blue) = 177+53+34=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13522 is #4ECADD. Grayscale: #585858. Windows color (decimal): -5163742 or 2241969. OLE color: 2241969.

HSL color Cylindrical-coordinate representation of color #B13522: hue angle of 7.97º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13522 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1775334-
CMYK00.700.810.31
HSL7.97º67.77%41.37%-
HSV(B)7.97º80.79%69.41%-
XYZ19.6912.012.79-
YUV87.9197.58191.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=67.05%
G=20.08%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177533400.700.810.317.9767.7741.37
HexB13522046511F84429
Octal26165420106121371010451
Binary101100011101011000100100011010100011111110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13522; }

 p { color: rgb(177,53,34); }

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

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

 a { background-color: rgb(177,53,34); }

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

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

 span { border-color: rgb(177,53,34); }

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