Html Css Color HEX #4C223B Barossa

📋 copy color: '#4C223B'

red 76 ◦ green 34 ◦ blue 59

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

Shades of Barossa #4C223B

Tints of Barossa #4C223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 44.97%
G = 20.12%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C223B (or 0x4C223B) is known color: Barossa. HEX triplet: 4C, 22 and 3B. RGB value is (76,34,59). Sum of RGB (Red+Green+Blue) = 76+34+59=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C223B is #B3DDC4. Grayscale: #313131. Windows color (decimal): -11787717 or 3875404. OLE color: 3875404.

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

Color convert

RGB 76 34 59 -
CMYK 0 0.55 0.22 0.70
HSL 324.29º 0.38% 0.22% -
HSV(B) 324.29º 0.55% 0.3% -
XYZ 4.34 3 4.49 -
YUV 49.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 76 34 59 0 0.55 0.22 0.70 324.29 0.38 0.22
Hex 4C 22 3B 0 37 16 46 144 26 16
Octal 114 42 73 0 67 26 106 504 46 26
Binary 1001100 100010 111011 0 110111 10110 1000110 101000100 100110 10110

Color Harmonies of #4C223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C223B

Black with #4C223B

Text Example


Text Example

White with #4C223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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