#423238

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

Shades of Barossa #423238

Tints of Barossa #423238

Color information

#423238 (or 0x423238) is unknown color: approx Barossa. HEX triplet: 42, 32 and 38. RGB value is (66,50,56). Sum of RGB (Red+Green+Blue) = 66+50+56=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423238 is #BDCDC7. Grayscale: #373737. Windows color (decimal): -12438984 or 3682882. OLE color: 3682882.

HSL color Cylindrical-coordinate representation of color #423238: hue angle of 337.5º 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 #423238 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB665056-
CMYK00.240.150.74
HSL337.5º13.79%22.75%-
HSV(B)337.5º24.24%25.88%-
XYZ4.13.724.24-
YUV55.47128.3135.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=38.37%
G=29.07%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505600.240.150.74337.513.7922.75
Hex423238018F4A152e17
Octal1026270030171125221627
Binary100001011001011100001100011111001010101010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423238; }

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

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

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

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

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

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

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

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