Html Css Color HEX #482416 Brown Pod

📋 copy color: '#482416'

red 72 ◦ green 36 ◦ blue 22

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

Shades of Brown Pod #482416

Tints of Brown Pod #482416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 55.38%
G = 27.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482416 (or 0x482416) is known color: Brown Pod. HEX triplet: 48, 24 and 16. RGB value is (72,36,22). Sum of RGB (Red+Green+Blue) = 72+36+22=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482416 is #B7DBE9. Grayscale: #2D2D2D. Windows color (decimal): -12049386 or 1451080. OLE color: 1451080.

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

Color convert

RGB 72 36 22 -
CMYK 0 0.5 0.69 0.72
HSL 16.8º 0.53% 0.18% -
HSV(B) 16.8º 0.69% 0.28% -
XYZ 3.45 2.7 1.1 -
YUV 45.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 72 36 22 0 0.5 0.69 0.72 16.8 0.53 0.18
Hex 48 24 16 0 32 45 48 11 35 12
Octal 110 44 26 0 62 105 110 21 65 22
Binary 1001000 100100 10110 0 110010 1000101 1001000 10001 110101 10010

Color Harmonies of #482416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482416

Black with #482416

Text Example


Text Example

White with #482416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482416; }

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

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

background-color css

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

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

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

border-color css

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

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

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