#481E2D

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

Shades of Castro #481E2D

Tints of Castro #481E2D

Color information

#481E2D (or 0x481E2D) is unknown color: approx Castro. HEX triplet: 48, 1E and 2D. RGB value is (72,30,45). Sum of RGB (Red+Green+Blue) = 72+30+45=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2D is #B7E1D2. Grayscale: #2C2C2C. Windows color (decimal): -12050899 or 2956872. OLE color: 2956872.

HSL color Cylindrical-coordinate representation of color #481E2D: hue angle of 338.57º 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 #481E2D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB723045-
CMYK00.580.380.72
HSL338.57º41.18%20%-
HSV(B)338.57º58.33%28.24%-
XYZ3.612.52.77-
YUV44.27128.41147.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=48.98%
G=20.41%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72304500.580.380.72338.5741.1820
Hex481E2D03A26481532914
Octal1103655072461105235124
Binary1001000111101011010111010100110100100010101001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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