#4C363E

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

Shades of Barossa #4C363E

Tints of Barossa #4C363E

Color information

#4C363E (or 0x4C363E) is unknown color: approx Barossa. HEX triplet: 4C, 36 and 3E. RGB value is (76,54,62). Sum of RGB (Red+Green+Blue) = 76+54+62=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C363E is #B3C9C1. Grayscale: #3D3D3D. Windows color (decimal): -11782594 or 4077132. OLE color: 4077132.

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

Color convert

RGB765462-
CMYK00.290.180.70
HSL338.18º16.92%25.49%-
HSV(B)338.18º28.95%29.8%-
XYZ5.174.525.16-
YUV61.49128.29138.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=39.58%
G=28.12%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76546200.290.180.70338.1816.9225.49
Hex4C363E01D12461521119
Octal1146676035221065222131
Binary10011001101101111100111011001010001101010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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