Html Css Color HEX #482616 Brown Pod

📋 copy color: '#482616'

red 72 ◦ green 38 ◦ blue 22

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

Shades of Brown Pod #482616

Tints of Brown Pod #482616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

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

R = 54.55%
G = 28.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482616 (or 0x482616) is known color: Brown Pod. HEX triplet: 48, 26 and 16. RGB value is (72,38,22). Sum of RGB (Red+Green+Blue) = 72+38+22=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482616 is #B7D9E9. Grayscale: #2E2E2E. Windows color (decimal): -12048874 or 1451592. OLE color: 1451592.

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

Color convert

RGB 72 38 22 -
CMYK 0 0.47 0.69 0.72
HSL 19.2º 0.53% 0.18% -
HSV(B) 19.2º 0.69% 0.28% -
XYZ 3.51 2.82 1.12 -
YUV 46.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 72 38 22 0 0.47 0.69 0.72 19.2 0.53 0.18
Hex 48 26 16 0 2F 45 48 13 35 12
Octal 110 46 26 0 57 105 110 23 65 22
Binary 1001000 100110 10110 0 101111 1000101 1001000 10011 110101 10010

Color Harmonies of #482616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482616

Black with #482616

Text Example


Text Example

White with #482616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482616; }

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

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

background-color css

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

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

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

border-color css

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

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

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