#4C2638

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

Shades of Barossa #4C2638

Tints of Barossa #4C2638

Color information

#4C2638 (or 0x4C2638) is unknown color: approx Barossa. HEX triplet: 4C, 26 and 38. RGB value is (76,38,56). Sum of RGB (Red+Green+Blue) = 76+38+56=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2638 is #B3D9C7. Grayscale: #333333. Windows color (decimal): -11786696 or 3679820. OLE color: 3679820.

HSL color Cylindrical-coordinate representation of color #4C2638: hue angle of 331.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2638 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB763856-
CMYK00.50.260.70
HSL331.58º33.33%22.35%-
HSV(B)331.58º50%29.8%-
XYZ4.393.214.13-
YUV51.41130.59145.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=44.71%
G=22.35%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76385600.50.260.70331.5833.3322.35
Hex4C26380321A4614c2116
Octal1144670062321065144126
Binary1001100100110111000011001011010100011010100110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,56); }

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

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

 a { background-color: rgb(76,38,56); }

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

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

 span { border-color: rgb(76,38,56); }

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