#4B222D

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

Shades of Castro #4B222D

Tints of Castro #4B222D

Color information

#4B222D (or 0x4B222D) is unknown color: approx Castro. HEX triplet: 4B, 22 and 2D. RGB value is (75,34,45). Sum of RGB (Red+Green+Blue) = 75+34+45=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B222D is #B4DDD2. Grayscale: #2F2F2F. Windows color (decimal): -11853267 or 2957899. OLE color: 2957899.

HSL color Cylindrical-coordinate representation of color #4B222D: hue angle of 343.9º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B222D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB753445-
CMYK00.550.400.71
HSL343.9º37.61%21.37%-
HSV(B)343.9º54.67%29.41%-
XYZ3.952.832.82-
YUV47.51126.58147.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=48.70%
G=22.08%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75344500.550.400.71343.937.6121.37
Hex4B222D03728471582615
Octal1134255067501075304625
Binary10010111000101011010110111101000100011110101100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,45); }

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

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

 a { background-color: rgb(75,34,45); }

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

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

 span { border-color: rgb(75,34,45); }

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