#433E40

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

Shades of Barossa #433E40

Tints of Barossa #433E40

Color information

#433E40 (or 0x433E40) is unknown color: approx Barossa. HEX triplet: 43, 3E and 40. RGB value is (67,62,64). Sum of RGB (Red+Green+Blue) = 67+62+64=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 67 - color contains mainly: red. Hex color #433E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E40 is #BCC1BF. Grayscale: #3F3F3F. Windows color (decimal): -12370368 or 4210243. OLE color: 4210243.

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

Color convert

RGB676264-
CMYK00.070.040.74
HSL336º3.88%25.29%-
HSV(B)336º7.46%26.27%-
XYZ4.965.015.56-
YUV63.72128.16130.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=34.72%
G=32.12%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67626400.070.040.743363.8825.29
Hex433E400744A150419
Octal10376100074112520431
Binary100001111111010000000111100100101010101000010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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