Html Css Color HEX #4C2829 Volcano

📋 copy color: '#4C2829'

red 76 ◦ green 40 ◦ blue 41

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

Shades of Volcano #4C2829

Tints of Volcano #4C2829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 48.41%
G = 25.48%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C2829 (or 0x4C2829) is known color: Volcano. HEX triplet: 4C, 28 and 29. RGB value is (76,40,41). Sum of RGB (Red+Green+Blue) = 76+40+41=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2829 is #B3D7D6. Grayscale: #323232. Windows color (decimal): -11786199 or 2697292. OLE color: 2697292.

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

Color convert

RGB 76 40 41 -
CMYK 0 0.47 0.46 0.70
HSL 358.33º 0.31% 0.23% -
HSV(B) 358.33º 0.47% 0.3% -
XYZ 4.14 3.21 2.5 -
YUV 50.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 76 40 41 0 0.47 0.46 0.70 358.33 0.31 0.23
Hex 4C 28 29 0 2F 2E 46 166 1F 17
Octal 114 50 51 0 57 56 106 546 37 27
Binary 1001100 101000 101001 0 101111 101110 1000110 101100110 11111 10111

Color Harmonies of #4C2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2829

Black with #4C2829

Text Example


Text Example

White with #4C2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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