#482733

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

Shades of Castro #482733

Tints of Castro #482733

Color information

#482733 (or 0x482733) is unknown color: approx Castro. HEX triplet: 48, 27 and 33. RGB value is (72,39,51). Sum of RGB (Red+Green+Blue) = 72+39+51=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482733 is #B7D8CC. Grayscale: #323232. Windows color (decimal): -12048589 or 3352392. OLE color: 3352392.

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

Color convert

RGB723951-
CMYK00.460.290.72
HSL338.18º29.73%21.76%-
HSV(B)338.18º45.83%28.24%-
XYZ43.073.51-
YUV50.23128.43143.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=44.44%
G=24.07%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395100.460.290.72338.1829.7321.76
Hex48273302E1D481521e16
Octal1104763056351105223626
Binary100100010011111001101011101110110010001010100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482733; }

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

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

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

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

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

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

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

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