Html Css Color HEX #482116 Brown Pod

📋 copy color: '#482116'

red 72 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #482116

Tints of Brown Pod #482116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 56.69%
G = 25.98%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482116 (or 0x482116) is known color: Brown Pod. HEX triplet: 48, 21 and 16. RGB value is (72,33,22). Sum of RGB (Red+Green+Blue) = 72+33+22=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482116 is #B7DEE9. Grayscale: #2B2B2B. Windows color (decimal): -12050154 or 1450312. OLE color: 1450312.

HSL color Cylindrical-coordinate representation of color #482116: hue angle of 13.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482116 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 22 -
CMYK 0 0.54 0.69 0.72
HSL 13.2º 0.53% 0.18% -
HSV(B) 13.2º 0.69% 0.28% -
XYZ 3.36 2.52 1.07 -
YUV 43.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 72 33 22 0 0.54 0.69 0.72 13.2 0.53 0.18
Hex 48 21 16 0 36 45 48 D 35 12
Octal 110 41 26 0 66 105 110 15 65 22
Binary 1001000 100001 10110 0 110110 1000101 1001000 1101 110101 10010

Color Harmonies of #482116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482116

Black with #482116

Text Example


Text Example

White with #482116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482116; }

 p { color: rgb(72,33,22); }

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

background-color css

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

 a { background-color: rgb(72,33,22); }

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

border-color css

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

 span { border-color: rgb(72,33,22); }

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