#423338

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

Shades of Barossa #423338

Tints of Barossa #423338

Color information

#423338 (or 0x423338) is unknown color: approx Barossa. HEX triplet: 42, 33 and 38. RGB value is (66,51,56). Sum of RGB (Red+Green+Blue) = 66+51+56=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423338 is #BDCCC7. Grayscale: #383838. Windows color (decimal): -12438728 or 3683138. OLE color: 3683138.

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

Color convert

RGB665156-
CMYK00.230.150.74
HSL340º12.82%22.94%-
HSV(B)340º22.73%25.88%-
XYZ4.143.814.26-
YUV56.05127.97135.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=38.15%
G=29.48%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66515600.230.150.7434012.8222.94
Hex423338017F4A154d17
Octal1026370027171125241527
Binary100001011001111100001011111111001010101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423338; }

 p { color: rgb(66,51,56); }

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

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

 a { background-color: rgb(66,51,56); }

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

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

 span { border-color: rgb(66,51,56); }

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