Html Css Color HEX #4C313B Barossa

📋 copy color: '#4C313B'

red 76 ◦ green 49 ◦ blue 59

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

Shades of Barossa #4C313B

Tints of Barossa #4C313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 41.3%
G = 26.63%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C313B (or 0x4C313B) is known color: Barossa. HEX triplet: 4C, 31 and 3B. RGB value is (76,49,59). Sum of RGB (Red+Green+Blue) = 76+49+59=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C313B is #B3CEC4. Grayscale: #3A3A3A. Windows color (decimal): -11783877 or 3879244. OLE color: 3879244.

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

Color convert

RGB 76 49 59 -
CMYK 0 0.36 0.22 0.70
HSL 337.78º 0.22% 0.25% -
HSV(B) 337.78º 0.36% 0.3% -
XYZ 4.87 4.05 4.66 -
YUV 58.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 76 49 59 0 0.36 0.22 0.70 337.78 0.22 0.25
Hex 4C 31 3B 0 24 16 46 152 16 19
Octal 114 61 73 0 44 26 106 522 26 31
Binary 1001100 110001 111011 0 100100 10110 1000110 101010010 10110 11001

Color Harmonies of #4C313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C313B

Black with #4C313B

Text Example


Text Example

White with #4C313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,59); }

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

background-color css

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

 a { background-color: rgb(76,49,59); }

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

border-color css

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

 span { border-color: rgb(76,49,59); }

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