#422E2D

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

Shades of Cowboy #422E2D

Tints of Cowboy #422E2D

Color information

#422E2D (or 0x422E2D) is unknown color: approx Cowboy. HEX triplet: 42, 2E and 2D. RGB value is (66,46,45). Sum of RGB (Red+Green+Blue) = 66+46+45=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #422E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E2D is #BDD1D2. Grayscale: #333333. Windows color (decimal): -12440019 or 2960962. OLE color: 2960962.

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

Color convert

RGB664645-
CMYK00.300.320.74
HSL2.86º18.92%21.76%-
HSV(B)2.86º31.82%25.88%-
XYZ3.73.32.93-
YUV51.87124.13138.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=42.04%
G=29.30%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66464500.300.320.742.8618.9221.76
Hex422E2D01E204A31316
Octal10256550364011232326
Binary10000101011101011010111101000001001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,46,45); }

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

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

 a { background-color: rgb(66,46,45); }

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

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

 span { border-color: rgb(66,46,45); }

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