#442A32

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

Shades of Castro #442A32

Tints of Castro #442A32

Color information

#442A32 (or 0x442A32) is unknown color: approx Castro. HEX triplet: 44, 2A and 32. RGB value is (68,42,50). Sum of RGB (Red+Green+Blue) = 68+42+50=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #442A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A32 is #BBD5CD. Grayscale: #323232. Windows color (decimal): -12309966 or 3287620. OLE color: 3287620.

HSL color Cylindrical-coordinate representation of color #442A32: hue angle of 341.54º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A32 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB684250-
CMYK00.380.260.73
HSL341.54º23.64%21.57%-
HSV(B)341.54º38.24%26.67%-
XYZ3.793.123.42-
YUV50.69127.61140.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=42.5%
G=26.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68425000.380.260.73341.5423.6421.57
Hex442A320261A491561816
Octal1045262046321115263026
Binary100010010101011001001001101101010010011010101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A32; }

 p { color: rgb(68,42,50); }

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

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

 a { background-color: rgb(68,42,50); }

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

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

 span { border-color: rgb(68,42,50); }

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