Html Css Color HEX #4C313E Barossa

📋 copy color: '#4C313E'

red 76 ◦ green 49 ◦ blue 62

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

Shades of Barossa #4C313E

Tints of Barossa #4C313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 40.64%
G = 26.2%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C313E (or 0x4C313E) is known color: Barossa. HEX triplet: 4C, 31 and 3E. RGB value is (76,49,62). Sum of RGB (Red+Green+Blue) = 76+49+62=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C313E is #B3CEC1. Grayscale: #3A3A3A. Windows color (decimal): -11783874 or 4075852. OLE color: 4075852.

HSL color Cylindrical-coordinate representation of color #4C313E: hue angle of 331.11º 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 #4C313E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 49 62 -
CMYK 0 0.36 0.18 0.70
HSL 331.11º 0.22% 0.25% -
HSV(B) 331.11º 0.36% 0.3% -
XYZ 4.95 4.08 5.08 -
YUV 58.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 76 49 62 0 0.36 0.18 0.70 331.11 0.22 0.25
Hex 4C 31 3E 0 24 12 46 14B 16 19
Octal 114 61 76 0 44 22 106 513 26 31
Binary 1001100 110001 111110 0 100100 10010 1000110 101001011 10110 11001

Color Harmonies of #4C313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C313E

Black with #4C313E

Text Example


Text Example

White with #4C313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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