#423037

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

Shades of Barossa #423037

Tints of Barossa #423037

Color information

#423037 (or 0x423037) is unknown color: approx Barossa. HEX triplet: 42, 30 and 37. RGB value is (66,48,55). Sum of RGB (Red+Green+Blue) = 66+48+55=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #423037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423037 is #BDCFC8. Grayscale: #363636. Windows color (decimal): -12439497 or 3616834. OLE color: 3616834.

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

Color convert

RGB664855-
CMYK00.270.170.74
HSL336.67º15.79%22.35%-
HSV(B)336.67º27.27%25.88%-
XYZ3.993.554.09-
YUV54.18128.46136.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=39.05%
G=28.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66485500.270.170.74336.6715.7922.35
Hex42303701B114A1511016
Octal1026067033211125212026
Binary10000101100001101110110111000110010101010100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423037; }

 p { color: rgb(66,48,55); }

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

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

 a { background-color: rgb(66,48,55); }

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

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

 span { border-color: rgb(66,48,55); }

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