#481D2E

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

Shades of Castro #481D2E

Tints of Castro #481D2E

Color information

#481D2E (or 0x481D2E) is unknown color: approx Castro. HEX triplet: 48, 1D and 2E. RGB value is (72,29,46). Sum of RGB (Red+Green+Blue) = 72+29+46=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D2E is #B7E2D1. Grayscale: #2B2B2B. Windows color (decimal): -12051154 or 3022152. OLE color: 3022152.

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

Color convert

RGB722946-
CMYK00.600.360.72
HSL336.28º42.57%19.8%-
HSV(B)336.28º59.72%28.24%-
XYZ3.62.452.87-
YUV43.8129.25148.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=48.98%
G=19.73%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72294600.600.360.72336.2842.5719.8
Hex481D2E03C24481502b14
Octal1103556074441105205324
Binary1001000111011011100111100100100100100010101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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