Html Css Color HEX #4C263D Barossa

📋 copy color: '#4C263D'

red 76 ◦ green 38 ◦ blue 61

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

Shades of Barossa #4C263D

Tints of Barossa #4C263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 43.43%
G = 21.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C263D (or 0x4C263D) is known color: Barossa. HEX triplet: 4C, 26 and 3D. RGB value is (76,38,61). Sum of RGB (Red+Green+Blue) = 76+38+61=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C263D is #B3D9C2. Grayscale: #333333. Windows color (decimal): -11786691 or 4007500. OLE color: 4007500.

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

Color convert

RGB 76 38 61 -
CMYK 0 0.5 0.20 0.70
HSL 323.68º 0.33% 0.22% -
HSV(B) 323.68º 0.5% 0.3% -
XYZ 4.52 3.26 4.81 -
YUV 51.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 76 38 61 0 0.5 0.20 0.70 323.68 0.33 0.22
Hex 4C 26 3D 0 32 14 46 144 21 16
Octal 114 46 75 0 62 24 106 504 41 26
Binary 1001100 100110 111101 0 110010 10100 1000110 101000100 100001 10110

Color Harmonies of #4C263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C263D

Black with #4C263D

Text Example


Text Example

White with #4C263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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