#b43328

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

Shades of Brown #B43328

Tints of Brown #B43328

Color information

#B43328 (or 0xB43328) is unknown color: approx Brown. HEX triplet: B4, 33 and 28. RGB value is (180,51,40). Sum of RGB (Red+Green+Blue) = 180+51+40=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43328 is #4BCCD7. Grayscale: #585858. Windows color (decimal): -4967640 or 2634676. OLE color: 2634676.

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

Color convert

RGB1805140-
CMYK00.720.780.29
HSL4.71º63.64%43.14%-
HSV(B)4.71º77.78%70.59%-
XYZ20.3912.223.29-
YUV88.32100.74193.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=66.42%
G=18.82%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180514000.720.780.294.7163.6443.14
HexB433280484E1D5402b
Octal2646350011011635510053
Binary10110100110011101000010010001001110111011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43328; }

 p { color: rgb(180,51,40); }

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

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

 a { background-color: rgb(180,51,40); }

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

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

 span { border-color: rgb(180,51,40); }

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