#482933

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

Shades of Castro #482933

Tints of Castro #482933

Color information

#482933 (or 0x482933) is unknown color: approx Castro. HEX triplet: 48, 29 and 33. RGB value is (72,41,51). Sum of RGB (Red+Green+Blue) = 72+41+51=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482933 is #B7D6CC. Grayscale: #333333. Windows color (decimal): -12048077 or 3352904. OLE color: 3352904.

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

Color convert

RGB724151-
CMYK00.430.290.72
HSL340.65º27.43%22.16%-
HSV(B)340.65º43.06%28.24%-
XYZ4.063.23.54-
YUV51.41127.77142.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=43.90%
G=25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415100.430.290.72340.6527.4322.16
Hex48293302B1D481551b16
Octal1105163053351105253326
Binary100100010100111001101010111110110010001010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482933; }

 p { color: rgb(72,41,51); }

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

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

 a { background-color: rgb(72,41,51); }

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

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

 span { border-color: rgb(72,41,51); }

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