#432E3A

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

Shades of Barossa #432E3A

Tints of Barossa #432E3A

Color information

#432E3A (or 0x432E3A) is unknown color: approx Barossa. HEX triplet: 43, 2E and 3A. RGB value is (67,46,58). Sum of RGB (Red+Green+Blue) = 67+46+58=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #432E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E3A is #BCD1C5. Grayscale: #353535. Windows color (decimal): -12374470 or 3812931. OLE color: 3812931.

HSL color Cylindrical-coordinate representation of color #432E3A: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #432E3A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB674658-
CMYK00.310.130.74
HSL325.71º18.58%22.16%-
HSV(B)325.71º31.34%26.27%-
XYZ4.063.454.46-
YUV53.65130.46137.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.18%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=39.18%
G=26.90%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67465800.310.130.74325.7118.5822.16
Hex432E3A01FD4A1461316
Octal1035672037151125062326
Binary1000011101110111010011111110110010101010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E3A; }

 p { color: rgb(67,46,58); }

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

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

 a { background-color: rgb(67,46,58); }

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

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

 span { border-color: rgb(67,46,58); }

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