#432D3B

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

Shades of Barossa #432D3B

Tints of Barossa #432D3B

Color information

#432D3B (or 0x432D3B) is unknown color: approx Barossa. HEX triplet: 43, 2D and 3B. RGB value is (67,45,59). Sum of RGB (Red+Green+Blue) = 67+45+59=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #432D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D3B is #BCD2C4. Grayscale: #353535. Windows color (decimal): -12374725 or 3878211. OLE color: 3878211.

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

Color convert

RGB674559-
CMYK00.330.120.74
HSL321.82º19.64%21.96%-
HSV(B)321.82º32.84%26.27%-
XYZ4.043.394.58-
YUV53.17131.29137.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.18%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=39.18%
G=26.32%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67455900.330.120.74321.8219.6421.96
Hex432D3B021C4A1421416
Octal1035573041141125022426
Binary10000111011011110110100001110010010101010000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,59); }

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

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

 a { background-color: rgb(67,45,59); }

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

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

 span { border-color: rgb(67,45,59); }

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