#423239

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

Shades of Barossa #423239

Tints of Barossa #423239

Color information

#423239 (or 0x423239) is unknown color: approx Barossa. HEX triplet: 42, 32 and 39. RGB value is (66,50,57). Sum of RGB (Red+Green+Blue) = 66+50+57=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423239 is #BDCDC6. Grayscale: #373737. Windows color (decimal): -12438983 or 3748418. OLE color: 3748418.

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

Color convert

RGB665057-
CMYK00.240.140.74
HSL333.75º13.79%22.75%-
HSV(B)333.75º24.24%25.88%-
XYZ4.133.734.37-
YUV55.58128.8135.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=38.15%
G=28.90%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505700.240.140.74333.7513.7922.75
Hex423239018E4A14ee17
Octal1026271030161125161627
Binary100001011001011100101100011101001010101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423239; }

 p { color: rgb(66,50,57); }

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

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

 a { background-color: rgb(66,50,57); }

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

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

 span { border-color: rgb(66,50,57); }

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