#492635

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

Shades of Castro #492635

Tints of Castro #492635

Color information

#492635 (or 0x492635) is unknown color: approx Castro. HEX triplet: 49, 26 and 35. RGB value is (73,38,53). Sum of RGB (Red+Green+Blue) = 73+38+53=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492635 is #B6D9CA. Grayscale: #323232. Windows color (decimal): -11983307 or 3483209. OLE color: 3483209.

HSL color Cylindrical-coordinate representation of color #492635: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492635 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB733853-
CMYK00.480.270.71
HSL334.29º31.53%21.76%-
HSV(B)334.29º47.95%28.63%-
XYZ4.083.063.74-
YUV50.18129.6144.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=44.51%
G=23.17%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73385300.480.270.71334.2931.5321.76
Hex4926350301B4714e2016
Octal1114665060331075164026
Binary1001001100110110101011000011011100011110100111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492635; }

 p { color: rgb(73,38,53); }

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

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

 a { background-color: rgb(73,38,53); }

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

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

 span { border-color: rgb(73,38,53); }

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