#482633

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

Shades of Castro #482633

Tints of Castro #482633

Color information

#482633 (or 0x482633) is unknown color: approx Castro. HEX triplet: 48, 26 and 33. RGB value is (72,38,51). Sum of RGB (Red+Green+Blue) = 72+38+51=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482633 is #B7D9CC. Grayscale: #313131. Windows color (decimal): -12048845 or 3352136. OLE color: 3352136.

HSL color Cylindrical-coordinate representation of color #482633: hue angle of 337.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482633 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB723851-
CMYK00.470.290.72
HSL337.06º30.91%21.57%-
HSV(B)337.06º47.22%28.24%-
XYZ3.9633.5-
YUV49.65128.76143.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=44.72%
G=23.60%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72385100.470.290.72337.0630.9121.57
Hex48263302F1D481511f16
Octal1104663057351105213726
Binary100100010011011001101011111110110010001010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482633; }

 p { color: rgb(72,38,51); }

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

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

 a { background-color: rgb(72,38,51); }

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

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

 span { border-color: rgb(72,38,51); }

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