#481C2E

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

Shades of Castro #481C2E

Tints of Castro #481C2E

Color information

#481C2E (or 0x481C2E) is unknown color: approx Castro. HEX triplet: 48, 1C and 2E. RGB value is (72,28,46). Sum of RGB (Red+Green+Blue) = 72+28+46=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2E is #B7E3D1. Grayscale: #2B2B2B. Windows color (decimal): -12051410 or 3021896. OLE color: 3021896.

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

Color convert

RGB722846-
CMYK00.610.360.72
HSL335.45º44%19.61%-
HSV(B)335.45º61.11%28.24%-
XYZ3.582.412.86-
YUV43.21129.58148.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=49.32%
G=19.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284600.610.360.72335.454419.61
Hex481C2E03D244814f2c14
Octal1103456075441105175424
Binary1001000111001011100111101100100100100010100111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,46); }

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

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

 a { background-color: rgb(72,28,46); }

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

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

 span { border-color: rgb(72,28,46); }

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