#482935

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

Shades of Castro #482935

Tints of Castro #482935

Color information

#482935 (or 0x482935) is unknown color: approx Castro. HEX triplet: 48, 29 and 35. RGB value is (72,41,53). Sum of RGB (Red+Green+Blue) = 72+41+53=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482935 is #B7D6CA. Grayscale: #333333. Windows color (decimal): -12048075 or 3483976. OLE color: 3483976.

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

Color convert

RGB724153-
CMYK00.430.260.72
HSL336.77º27.43%22.16%-
HSV(B)336.77º43.06%28.24%-
XYZ4.113.223.77-
YUV51.64128.77142.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=43.37%
G=24.70%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415300.430.260.72336.7727.4322.16
Hex48293502B1A481511b16
Octal1105165053321105213326
Binary100100010100111010101010111101010010001010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482935; }

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

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

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

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

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

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

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

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