#423231

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

Shades of Cowboy #423231

Tints of Cowboy #423231

Color information

#423231 (or 0x423231) is unknown color: approx Cowboy. HEX triplet: 42, 32 and 31. RGB value is (66,50,49). Sum of RGB (Red+Green+Blue) = 66+50+49=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423231 is #BDCDCE. Grayscale: #363636. Windows color (decimal): -12438991 or 3224130. OLE color: 3224130.

HSL color Cylindrical-coordinate representation of color #423231: hue angle of 3.53º 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 #423231 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB665049-
CMYK00.240.260.74
HSL3.53º14.78%22.55%-
HSV(B)3.53º25.76%25.88%-
XYZ3.943.663.4-
YUV54.67124.8136.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=40%
G=30.30%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66504900.240.260.743.5314.7822.55
Hex4232310181A4A4f17
Octal10262610303211241727
Binary1000010110010110001011000110101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423231; }

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

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

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

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

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

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

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

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