#481E2C

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

Shades of Castro #481E2C

Tints of Castro #481E2C

Color information

#481E2C (or 0x481E2C) is unknown color: approx Castro. HEX triplet: 48, 1E and 2C. RGB value is (72,30,44). Sum of RGB (Red+Green+Blue) = 72+30+44=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2C is #B7E1D3. Grayscale: #2C2C2C. Windows color (decimal): -12050900 or 2891336. OLE color: 2891336.

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

Color convert

RGB723044-
CMYK00.580.390.72
HSL340º41.18%20%-
HSV(B)340º58.33%28.24%-
XYZ3.592.492.67-
YUV44.15127.91147.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=49.32%
G=20.55%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72304400.580.390.7234041.1820
Hex481E2C03A27481542914
Octal1103654072471105245124
Binary1001000111101011000111010100111100100010101010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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