#481A28

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

Shades of Castro #481A28

Tints of Castro #481A28

Color information

#481A28 (or 0x481A28) is unknown color: approx Castro. HEX triplet: 48, 1A and 28. RGB value is (72,26,40). Sum of RGB (Red+Green+Blue) = 72+26+40=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A28 is #B7E5D7. Grayscale: #292929. Windows color (decimal): -12051928 or 2628168. OLE color: 2628168.

HSL color Cylindrical-coordinate representation of color #481A28: hue angle of 341.74º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A28 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB722640-
CMYK00.640.440.72
HSL341.74º46.94%19.22%-
HSV(B)341.74º63.89%28.24%-
XYZ3.422.272.27-
YUV41.35127.24149.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=52.17%
G=18.84%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72264000.640.440.72341.7446.9419.22
Hex481A280402C481562f13
Octal11032500100541105265723
Binary10010001101010100001000000101100100100010101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A28; }

 p { color: rgb(72,26,40); }

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

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

 a { background-color: rgb(72,26,40); }

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

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

 span { border-color: rgb(72,26,40); }

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