#472530

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

Shades of Castro #472530

Tints of Castro #472530

Color information

#472530 (or 0x472530) is unknown color: approx Castro. HEX triplet: 47, 25 and 30. RGB value is (71,37,48). Sum of RGB (Red+Green+Blue) = 71+37+48=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472530 is #B8DACF. Grayscale: #303030. Windows color (decimal): -12114640 or 3155271. OLE color: 3155271.

HSL color Cylindrical-coordinate representation of color #472530: hue angle of 340.59º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472530 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB713748-
CMYK00.480.320.72
HSL340.59º31.48%21.18%-
HSV(B)340.59º47.89%27.84%-
XYZ3.792.883.15-
YUV48.42127.76144.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=45.51%
G=23.72%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374800.480.320.72340.5931.4821.18
Hex47253003020481551f15
Octal1074560060401105253725
Binary1000111100101110000011000010000010010001010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472530; }

 p { color: rgb(71,37,48); }

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

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

 a { background-color: rgb(71,37,48); }

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

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

 span { border-color: rgb(71,37,48); }

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