#423137

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

Shades of Barossa #423137

Tints of Barossa #423137

Color information

#423137 (or 0x423137) is unknown color: approx Barossa. HEX triplet: 42, 31 and 37. RGB value is (66,49,55). Sum of RGB (Red+Green+Blue) = 66+49+55=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423137 is #BDCEC8. Grayscale: #363636. Windows color (decimal): -12439241 or 3617090. OLE color: 3617090.

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

Color convert

RGB664955-
CMYK00.260.170.74
HSL338.82º14.78%22.55%-
HSV(B)338.82º25.76%25.88%-
XYZ4.033.634.1-
YUV54.77128.13136.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=38.82%
G=28.82%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66495500.260.170.74338.8214.7822.55
Hex42313701A114A153f17
Octal1026167032211125231727
Binary1000010110001110111011010100011001010101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423137; }

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

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

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

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

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

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

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

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