Html Css Color HEX #4C263B Barossa

📋 copy color: '#4C263B'

red 76 ◦ green 38 ◦ blue 59

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

Shades of Barossa #4C263B

Tints of Barossa #4C263B

RGB

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

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

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

R = 43.93%
G = 21.97%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C263B (or 0x4C263B) is known color: Barossa. HEX triplet: 4C, 26 and 3B. RGB value is (76,38,59). Sum of RGB (Red+Green+Blue) = 76+38+59=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C263B is #B3D9C4. Grayscale: #333333. Windows color (decimal): -11786693 or 3876428. OLE color: 3876428.

HSL color Cylindrical-coordinate representation of color #4C263B: hue angle of 326.84º 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 #4C263B is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 38 59 -
CMYK 0 0.5 0.22 0.70
HSL 326.84º 0.33% 0.22% -
HSV(B) 326.84º 0.5% 0.3% -
XYZ 4.46 3.24 4.53 -
YUV 51.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 76 38 59 0 0.5 0.22 0.70 326.84 0.33 0.22
Hex 4C 26 3B 0 32 16 46 147 21 16
Octal 114 46 73 0 62 26 106 507 41 26
Binary 1001100 100110 111011 0 110010 10110 1000110 101000111 100001 10110

Color Harmonies of #4C263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C263B

Black with #4C263B

Text Example


Text Example

White with #4C263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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