#423A3E

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

Shades of Barossa #423A3E

Tints of Barossa #423A3E

Color information

#423A3E (or 0x423A3E) is unknown color: approx Barossa. HEX triplet: 42, 3A and 3E. RGB value is (66,58,62). Sum of RGB (Red+Green+Blue) = 66+58+62=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A3E is #BDC5C1. Grayscale: #3C3C3C. Windows color (decimal): -12436930 or 4078146. OLE color: 4078146.

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

Color convert

RGB665862-
CMYK00.120.060.74
HSL330º6.45%24.31%-
HSV(B)330º12.12%25.88%-
XYZ4.634.535.19-
YUV60.85128.65131.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=35.48%
G=31.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66586200.120.060.743306.4524.31
Hex423A3E0C64A14a618
Octal10272760146112512630
Binary100001011101011111001100110100101010100101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A3E; }

 p { color: rgb(66,58,62); }

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

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

 a { background-color: rgb(66,58,62); }

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

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

 span { border-color: rgb(66,58,62); }

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