Html Css Color HEX #482016 Brown Pod

📋 copy color: '#482016'

red 72 ◦ green 32 ◦ blue 22

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

Shades of Brown Pod #482016

Tints of Brown Pod #482016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 57.14%
G = 25.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482016 (or 0x482016) is known color: Brown Pod. HEX triplet: 48, 20 and 16. RGB value is (72,32,22). Sum of RGB (Red+Green+Blue) = 72+32+22=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482016 is #B7DFE9. Grayscale: #2A2A2A. Windows color (decimal): -12050410 or 1450056. OLE color: 1450056.

HSL color Cylindrical-coordinate representation of color #482016: hue angle of 12º 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 #482016 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 22 -
CMYK 0 0.56 0.69 0.72
HSL 12º 0.53% 0.18% -
HSV(B) 12º 0.69% 0.28% -
XYZ 3.33 2.47 1.06 -
YUV 42.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 72 32 22 0 0.56 0.69 0.72 12 0.53 0.18
Hex 48 20 16 0 38 45 48 C 35 12
Octal 110 40 26 0 70 105 110 14 65 22
Binary 1001000 100000 10110 0 111000 1000101 1001000 1100 110101 10010

Color Harmonies of #482016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482016

Black with #482016

Text Example


Text Example

White with #482016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482016; }

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

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

background-color css

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

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

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

border-color css

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

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

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