Html Css Color HEX #4C2538 Barossa

📋 copy color: '#4C2538'

red 76 ◦ green 37 ◦ blue 56

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

Shades of Barossa #4C2538

Tints of Barossa #4C2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 44.97%
G = 21.89%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C2538 (or 0x4C2538) is known color: Barossa. HEX triplet: 4C, 25 and 38. RGB value is (76,37,56). Sum of RGB (Red+Green+Blue) = 76+37+56=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2538 is #B3DAC7. Grayscale: #323232. Windows color (decimal): -11786952 or 3679564. OLE color: 3679564.

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

Color convert

RGB 76 37 56 -
CMYK 0 0.51 0.26 0.70
HSL 330.77º 0.35% 0.22% -
HSV(B) 330.77º 0.51% 0.3% -
XYZ 4.36 3.15 4.12 -
YUV 50.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 76 37 56 0 0.51 0.26 0.70 330.77 0.35 0.22
Hex 4C 25 38 0 33 1A 46 14B 23 16
Octal 114 45 70 0 63 32 106 513 43 26
Binary 1001100 100101 111000 0 110011 11010 1000110 101001011 100011 10110

Color Harmonies of #4C2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2538

Black with #4C2538

Text Example


Text Example

White with #4C2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,56); }

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

background-color css

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

 a { background-color: rgb(76,37,56); }

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

border-color css

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

 span { border-color: rgb(76,37,56); }

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