#482735

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

Shades of Castro #482735

Tints of Castro #482735

Color information

#482735 (or 0x482735) is unknown color: approx Castro. HEX triplet: 48, 27 and 35. RGB value is (72,39,53). Sum of RGB (Red+Green+Blue) = 72+39+53=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482735 is #B7D8CA. Grayscale: #323232. Windows color (decimal): -12048587 or 3483464. OLE color: 3483464.

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

Color convert

RGB723953-
CMYK00.460.260.72
HSL334.55º29.73%21.76%-
HSV(B)334.55º45.83%28.24%-
XYZ4.043.093.75-
YUV50.46129.43143.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=43.90%
G=23.78%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395300.460.260.72334.5529.7321.76
Hex48273502E1A4814f1e16
Octal1104765056321105173626
Binary100100010011111010101011101101010010001010011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482735; }

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

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

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

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

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

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

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

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