Html Css Color HEX #4C283C Barossa

📋 copy color: '#4C283C'

red 76 ◦ green 40 ◦ blue 60

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

Shades of Barossa #4C283C

Tints of Barossa #4C283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 43.18%
G = 22.73%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C283C (or 0x4C283C) is known color: Barossa. HEX triplet: 4C, 28 and 3C. RGB value is (76,40,60). Sum of RGB (Red+Green+Blue) = 76+40+60=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C283C is #B3D7C3. Grayscale: #353535. Windows color (decimal): -11786180 or 3942476. OLE color: 3942476.

HSL color Cylindrical-coordinate representation of color #4C283C: hue angle of 326.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C283C is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 60 -
CMYK 0 0.47 0.21 0.70
HSL 326.67º 0.31% 0.23% -
HSV(B) 326.67º 0.47% 0.3% -
XYZ 4.55 3.38 4.69 -
YUV 53.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 76 40 60 0 0.47 0.21 0.70 326.67 0.31 0.23
Hex 4C 28 3C 0 2F 15 46 147 1F 17
Octal 114 50 74 0 57 25 106 507 37 27
Binary 1001100 101000 111100 0 101111 10101 1000110 101000111 11111 10111

Color Harmonies of #4C283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C283C

Black with #4C283C

Text Example


Text Example

White with #4C283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,60); }

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

background-color css

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

 a { background-color: rgb(76,40,60); }

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

border-color css

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

 span { border-color: rgb(76,40,60); }

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