Html Css Color HEX #4C303A Barossa

📋 copy color: '#4C303A'

red 76 ◦ green 48 ◦ blue 58

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

Shades of Barossa #4C303A

Tints of Barossa #4C303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 41.76%
G = 26.37%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C303A (or 0x4C303A) is known color: Barossa. HEX triplet: 4C, 30 and 3A. RGB value is (76,48,58). Sum of RGB (Red+Green+Blue) = 76+48+58=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C303A is #B3CFC5. Grayscale: #393939. Windows color (decimal): -11784134 or 3813452. OLE color: 3813452.

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

Color convert

RGB 76 48 58 -
CMYK 0 0.37 0.24 0.70
HSL 338.57º 0.23% 0.24% -
HSV(B) 338.57º 0.37% 0.3% -
XYZ 4.8 3.96 4.51 -
YUV 57.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 76 48 58 0 0.37 0.24 0.70 338.57 0.23 0.24
Hex 4C 30 3A 0 25 18 46 153 17 18
Octal 114 60 72 0 45 30 106 523 27 30
Binary 1001100 110000 111010 0 100101 11000 1000110 101010011 10111 11000

Color Harmonies of #4C303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C303A

Black with #4C303A

Text Example


Text Example

White with #4C303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,58); }

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

background-color css

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

 a { background-color: rgb(76,48,58); }

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

border-color css

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

 span { border-color: rgb(76,48,58); }

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