#4B2835

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

Shades of Castro #4B2835

Tints of Castro #4B2835

Color information

#4B2835 (or 0x4B2835) is unknown color: approx Castro. HEX triplet: 4B, 28 and 35. RGB value is (75,40,53). Sum of RGB (Red+Green+Blue) = 75+40+53=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2835 is #B4D7CA. Grayscale: #333333. Windows color (decimal): -11851723 or 3483723. OLE color: 3483723.

HSL color Cylindrical-coordinate representation of color #4B2835: hue angle of 337.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B2835 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB754053-
CMYK00.470.290.71
HSL337.71º30.43%22.55%-
HSV(B)337.71º46.67%29.41%-
XYZ4.33.273.77-
YUV51.95128.6144.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=44.64%
G=23.81%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75405300.470.290.71337.7130.4322.55
Hex4B283502F1D471521e17
Octal1135065057351075223627
Binary100101110100011010101011111110110001111010100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2835; }

 p { color: rgb(75,40,53); }

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

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

 a { background-color: rgb(75,40,53); }

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

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

 span { border-color: rgb(75,40,53); }

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