#482932

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

Shades of Castro #482932

Tints of Castro #482932

Color information

#482932 (or 0x482932) is unknown color: approx Castro. HEX triplet: 48, 29 and 32. RGB value is (72,41,50). Sum of RGB (Red+Green+Blue) = 72+41+50=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482932 is #B7D6CD. Grayscale: #333333. Windows color (decimal): -12048078 or 3287368. OLE color: 3287368.

HSL color Cylindrical-coordinate representation of color #482932: hue angle of 342.58º 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 #482932 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB724150-
CMYK00.430.310.72
HSL342.58º27.43%22.16%-
HSV(B)342.58º43.06%28.24%-
XYZ4.043.193.42-
YUV51.3127.27142.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=44.17%
G=25.15%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415000.430.310.72342.5827.4322.16
Hex48293202B1F481571b16
Octal1105162053371105273326
Binary100100010100111001001010111111110010001010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482932; }

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

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

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

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

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

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

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

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