#4C273E

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

Shades of Barossa #4C273E

Tints of Barossa #4C273E

Color information

#4C273E (or 0x4C273E) is unknown color: approx Barossa. HEX triplet: 4C, 27 and 3E. RGB value is (76,39,62). Sum of RGB (Red+Green+Blue) = 76+39+62=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C273E is #B3D8C1. Grayscale: #343434. Windows color (decimal): -11786434 or 4073292. OLE color: 4073292.

HSL color Cylindrical-coordinate representation of color #4C273E: hue angle of 322.7º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C273E is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB763962-
CMYK00.490.180.70
HSL322.7º32.17%22.55%-
HSV(B)322.7º48.68%29.8%-
XYZ4.583.344.96-
YUV52.68133.26144.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=42.94%
G=22.03%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76396200.490.180.70322.732.1722.55
Hex4C273E03112461432017
Octal1144776061221065034027
Binary1001100100111111110011000110010100011010100001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,62); }

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

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

 a { background-color: rgb(76,39,62); }

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

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

 span { border-color: rgb(76,39,62); }

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