#422F3B

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

Shades of Barossa #422F3B

Tints of Barossa #422F3B

Color information

#422F3B (or 0x422F3B) is unknown color: approx Barossa. HEX triplet: 42, 2F and 3B. RGB value is (66,47,59). Sum of RGB (Red+Green+Blue) = 66+47+59=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F3B is #BDD0C4. Grayscale: #363636. Windows color (decimal): -12439749 or 3878722. OLE color: 3878722.

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

Color convert

RGB664759-
CMYK00.290.110.74
HSL322.11º16.81%22.16%-
HSV(B)322.11º28.79%25.88%-
XYZ4.053.514.6-
YUV54.05130.79136.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=38.37%
G=27.33%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66475900.290.110.74322.1116.8122.16
Hex422F3B01DB4A1421116
Octal1025773035131125022126
Binary1000010101111111011011101101110010101010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422F3B; }

 p { color: rgb(66,47,59); }

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

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

 a { background-color: rgb(66,47,59); }

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

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

 span { border-color: rgb(66,47,59); }

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