#433D40

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

Shades of Barossa #433D40

Tints of Barossa #433D40

Color information

#433D40 (or 0x433D40) is unknown color: approx Barossa. HEX triplet: 43, 3D and 40. RGB value is (67,61,64). Sum of RGB (Red+Green+Blue) = 67+61+64=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 67 - color contains mainly: red. Hex color #433D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D40 is #BCC2BF. Grayscale: #3F3F3F. Windows color (decimal): -12370624 or 4209987. OLE color: 4209987.

HSL color Cylindrical-coordinate representation of color #433D40: hue angle of 330º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #433D40 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB676164-
CMYK00.090.040.74
HSL330º4.69%25.1%-
HSV(B)330º8.96%26.27%-
XYZ4.914.95.54-
YUV63.14128.49130.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=34.90%
G=31.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67616400.090.040.743304.6925.1
Hex433D400944A14a519
Octal103751000114112512531
Binary1000011111101100000001001100100101010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433D40; }

 p { color: rgb(67,61,64); }

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

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

 a { background-color: rgb(67,61,64); }

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

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

 span { border-color: rgb(67,61,64); }

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