Html Css Color HEX #4C3940 Barossa

📋 copy color: '#4C3940'

red 76 ◦ green 57 ◦ blue 64

#4C3940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4C3940

Tints of Barossa #4C3940

RGB

 RED value IS 76 (30.08% from 255) = 38.58%

 GREEN value IS 57 (22.66% from 255) = 28.93%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 38.58%
G = 28.93%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C3940 (or 0x4C3940) is known color: Barossa. HEX triplet: 4C, 39 and 40. RGB value is (76,57,64). Sum of RGB (Red+Green+Blue) = 76+57+64=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3940 is #B3C6BF. Grayscale: #3F3F3F. Windows color (decimal): -11781824 or 4208972. OLE color: 4208972.

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

Color convert

RGB 76 57 64 -
CMYK 0 0.25 0.16 0.70
HSL 337.89º 0.14% 0.26% -
HSV(B) 337.89º 0.25% 0.3% -
XYZ 5.37 4.83 5.5 -
YUV 63.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 76 57 64 0 0.25 0.16 0.70 337.89 0.14 0.26
Hex 4C 39 40 0 19 10 46 152 E 1A
Octal 114 71 100 0 31 20 106 522 16 32
Binary 1001100 111001 1000000 0 11001 10000 1000110 101010010 1110 11010

Color Harmonies of #4C3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3940

Black with #4C3940

Text Example


Text Example

White with #4C3940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,64); }

 H1.HeaderClassName
 {
   color: #4C3940;
 }
 .AnyTagClassName
 {
   color: #4C3940;
 }
</style>

background-color css

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

 a { background-color: rgb(76,57,64); }

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

border-color css

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

 span { border-color: rgb(76,57,64); }

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