Html Css Color HEX #4C2E3C Barossa

📋 copy color: '#4C2E3C'

red 76 ◦ green 46 ◦ blue 60

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

Shades of Barossa #4C2E3C

Tints of Barossa #4C2E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.27%

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 41.76%
G = 25.27%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C2E3C (or 0x4C2E3C) is known color: Barossa. HEX triplet: 4C, 2E and 3C. RGB value is (76,46,60). Sum of RGB (Red+Green+Blue) = 76+46+60=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E3C is #B3D1C3. Grayscale: #383838. Windows color (decimal): -11784644 or 3944012. OLE color: 3944012.

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

Color convert

RGB 76 46 60 -
CMYK 0 0.39 0.21 0.70
HSL 332º 0.25% 0.24% -
HSV(B) 332º 0.39% 0.3% -
XYZ 4.77 3.82 4.76 -
YUV 56.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 76 46 60 0 0.39 0.21 0.70 332 0.25 0.24
Hex 4C 2E 3C 0 27 15 46 14C 19 18
Octal 114 56 74 0 47 25 106 514 31 30
Binary 1001100 101110 111100 0 100111 10101 1000110 101001100 11001 11000

Color Harmonies of #4C2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E3C

Black with #4C2E3C

Text Example


Text Example

White with #4C2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,60); }

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

background-color css

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

 a { background-color: rgb(76,46,60); }

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

border-color css

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

 span { border-color: rgb(76,46,60); }

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