#482C35

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

Shades of Castro #482C35

Tints of Castro #482C35

Color information

#482C35 (or 0x482C35) is unknown color: approx Castro. HEX triplet: 48, 2C and 35. RGB value is (72,44,53). Sum of RGB (Red+Green+Blue) = 72+44+53=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C35 is #B7D3CA. Grayscale: #353535. Windows color (decimal): -12047307 or 3484744. OLE color: 3484744.

HSL color Cylindrical-coordinate representation of color #482C35: hue angle of 340.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C35 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB724453-
CMYK00.390.260.72
HSL340.71º24.14%22.75%-
HSV(B)340.71º38.89%28.24%-
XYZ4.223.443.81-
YUV53.4127.78141.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=42.60%
G=26.04%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72445300.390.260.72340.7124.1422.75
Hex482C350271A481551817
Octal1105465047321105253027
Binary100100010110011010101001111101010010001010101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C35; }

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

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

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

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

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

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

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

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