#B13620

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

Shades of Brown #B13620

Tints of Brown #B13620

Color information

#B13620 (or 0xB13620) is unknown color: approx Brown. HEX triplet: B1, 36 and 20. RGB value is (177,54,32). Sum of RGB (Red+Green+Blue) = 177+54+32=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B13620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13620 is #4EC9DF. Grayscale: #585858. Windows color (decimal): -5163488 or 2111153. OLE color: 2111153.

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

Color convert

RGB1775432-
CMYK00.690.820.31
HSL9.1º69.38%40.98%-
HSV(B)9.1º81.92%69.41%-
XYZ19.7112.092.66-
YUV88.2796.25191.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.30%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=67.30%
G=20.53%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177543200.690.820.319.169.3840.98
HexB13620045521F94529
Octal26166400105122371110551
Binary101100011101101000000100010110100101111110011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13620; }

 p { color: rgb(177,54,32); }

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

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

 a { background-color: rgb(177,54,32); }

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

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

 span { border-color: rgb(177,54,32); }

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