Html Css Color HEX #4C2336 Barossa

📋 copy color: '#4C2336'

red 76 ◦ green 35 ◦ blue 54

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

Shades of Barossa #4C2336

Tints of Barossa #4C2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 46.06%
G = 21.21%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4C2336 (or 0x4C2336) is known color: Barossa. HEX triplet: 4C, 23 and 36. RGB value is (76,35,54). Sum of RGB (Red+Green+Blue) = 76+35+54=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2336 is #B3DCC9. Grayscale: #313131. Windows color (decimal): -11787466 or 3547980. OLE color: 3547980.

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

Color convert

RGB 76 35 54 -
CMYK 0 0.54 0.29 0.70
HSL 332.2º 0.37% 0.22% -
HSV(B) 332.2º 0.54% 0.3% -
XYZ 4.25 3 3.85 -
YUV 49.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 76 35 54 0 0.54 0.29 0.70 332.2 0.37 0.22
Hex 4C 23 36 0 36 1D 46 14C 25 16
Octal 114 43 66 0 66 35 106 514 45 26
Binary 1001100 100011 110110 0 110110 11101 1000110 101001100 100101 10110

Color Harmonies of #4C2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2336

Black with #4C2336

Text Example


Text Example

White with #4C2336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,54); }

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

background-color css

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

 a { background-color: rgb(76,35,54); }

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

border-color css

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

 span { border-color: rgb(76,35,54); }

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