#433138

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

Shades of Barossa #433138

Tints of Barossa #433138

Color information

#433138 (or 0x433138) is unknown color: approx Barossa. HEX triplet: 43, 31 and 38. RGB value is (67,49,56). Sum of RGB (Red+Green+Blue) = 67+49+56=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 67 - color contains mainly: red. Hex color #433138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433138 is #BCCEC7. Grayscale: #373737. Windows color (decimal): -12373704 or 3682627. OLE color: 3682627.

HSL color Cylindrical-coordinate representation of color #433138: hue angle of 336.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #433138 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB674956-
CMYK00.270.160.74
HSL336.67º15.52%22.75%-
HSV(B)336.67º26.87%26.27%-
XYZ4.133.684.23-
YUV55.18128.46136.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=38.95%
G=28.49%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67495600.270.160.74336.6715.5222.75
Hex43313801B104A1511017
Octal1036170033201125212027
Binary10000111100011110000110111000010010101010100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433138; }

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

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

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

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

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

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

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

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