Html Css Color HEX #482829 Volcano

📋 copy color: '#482829'

red 72 ◦ green 40 ◦ blue 41

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

Shades of Volcano #482829

Tints of Volcano #482829

RGB

 RED value IS 72 (28.52% from 255) = 47.06%

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

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

R = 47.06%
G = 26.14%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482829 (or 0x482829) is known color: Volcano. HEX triplet: 48, 28 and 29. RGB value is (72,40,41). Sum of RGB (Red+Green+Blue) = 72+40+41=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482829 is #B7D7D6. Grayscale: #313131. Windows color (decimal): -12048343 or 2697288. OLE color: 2697288.

HSL color Cylindrical-coordinate representation of color #482829: hue angle of 358.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482829 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 41 -
CMYK 0 0.44 0.43 0.72
HSL 358.13º 0.29% 0.22% -
HSV(B) 358.13º 0.44% 0.28% -
XYZ 3.83 3.06 2.49 -
YUV 49.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 72 40 41 0 0.44 0.43 0.72 358.13 0.29 0.22
Hex 48 28 29 0 2C 2B 48 166 1D 16
Octal 110 50 51 0 54 53 110 546 35 26
Binary 1001000 101000 101001 0 101100 101011 1001000 101100110 11101 10110

Color Harmonies of #482829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482829

Black with #482829

Text Example


Text Example

White with #482829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482829; }

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

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

background-color css

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

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

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

border-color css

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

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

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