#48232E

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

Shades of Castro #48232E

Tints of Castro #48232E

Color information

#48232E (or 0x48232E) is unknown color: approx Castro. HEX triplet: 48, 23 and 2E. RGB value is (72,35,46). Sum of RGB (Red+Green+Blue) = 72+35+46=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232E is #B7DCD1. Grayscale: #2F2F2F. Windows color (decimal): -12049618 or 3023688. OLE color: 3023688.

HSL color Cylindrical-coordinate representation of color #48232E: hue angle of 342.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48232E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB723546-
CMYK00.510.360.72
HSL342.16º34.58%20.98%-
HSV(B)342.16º51.39%28.24%-
XYZ3.772.782.92-
YUV47.32127.26145.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=47.06%
G=22.88%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72354600.510.360.72342.1634.5820.98
Hex48232E03324481562315
Octal1104356063441105264325
Binary10010001000111011100110011100100100100010101011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48232E; }

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

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

<style>
 a { background-color: #48232E; }

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

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

<style>
 span { border-color: #48232E; }

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

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