Html Css Color HEX #4C263A Barossa

📋 copy color: '#4C263A'

red 76 ◦ green 38 ◦ blue 58

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

Shades of Barossa #4C263A

Tints of Barossa #4C263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 44.19%
G = 22.09%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C263A (or 0x4C263A) is known color: Barossa. HEX triplet: 4C, 26 and 3A. RGB value is (76,38,58). Sum of RGB (Red+Green+Blue) = 76+38+58=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C263A is #B3D9C5. Grayscale: #333333. Windows color (decimal): -11786694 or 3810892. OLE color: 3810892.

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

Color convert

RGB 76 38 58 -
CMYK 0 0.5 0.24 0.70
HSL 328.42º 0.33% 0.22% -
HSV(B) 328.42º 0.5% 0.3% -
XYZ 4.44 3.23 4.39 -
YUV 51.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 76 38 58 0 0.5 0.24 0.70 328.42 0.33 0.22
Hex 4C 26 3A 0 32 18 46 148 21 16
Octal 114 46 72 0 62 30 106 510 41 26
Binary 1001100 100110 111010 0 110010 11000 1000110 101001000 100001 10110

Color Harmonies of #4C263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C263A

Black with #4C263A

Text Example


Text Example

White with #4C263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,38,58); }

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

background-color css

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

 a { background-color: rgb(76,38,58); }

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

border-color css

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

 span { border-color: rgb(76,38,58); }

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