#482732

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

Shades of Castro #482732

Tints of Castro #482732

Color information

#482732 (or 0x482732) is unknown color: approx Castro. HEX triplet: 48, 27 and 32. RGB value is (72,39,50). Sum of RGB (Red+Green+Blue) = 72+39+50=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482732 is #B7D8CD. Grayscale: #323232. Windows color (decimal): -12048590 or 3286856. OLE color: 3286856.

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

Color convert

RGB723950-
CMYK00.460.310.72
HSL340º29.73%21.76%-
HSV(B)340º45.83%28.24%-
XYZ3.973.063.4-
YUV50.12127.93143.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=44.72%
G=24.22%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395000.460.310.7234029.7321.76
Hex48273202E1F481541e16
Octal1104762056371105243626
Binary100100010011111001001011101111110010001010101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482732; }

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

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

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

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

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

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

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

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