#432E38

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

Shades of Barossa #432E38

Tints of Barossa #432E38

Color information

#432E38 (or 0x432E38) is unknown color: approx Barossa. HEX triplet: 43, 2E and 38. RGB value is (67,46,56). Sum of RGB (Red+Green+Blue) = 67+46+56=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 67 - color contains mainly: red. Hex color #432E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E38 is #BCD1C7. Grayscale: #353535. Windows color (decimal): -12374472 or 3681859. OLE color: 3681859.

HSL color Cylindrical-coordinate representation of color #432E38: hue angle of 331.43º 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 #432E38 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB674656-
CMYK00.310.160.74
HSL331.43º18.58%22.16%-
HSV(B)331.43º31.34%26.27%-
XYZ4.013.434.19-
YUV53.42129.46137.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.64%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=39.64%
G=27.22%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67465600.310.160.74331.4318.5822.16
Hex432E3801F104A14b1316
Octal1035670037201125132326
Binary10000111011101110000111111000010010101010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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