Html Css Color HEX #482620 Brown Pod

📋 copy color: '#482620'

red 72 ◦ green 38 ◦ blue 32

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

Shades of Brown Pod #482620

Tints of Brown Pod #482620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 50.7%
G = 26.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482620 (or 0x482620) is known color: Brown Pod. HEX triplet: 48, 26 and 20. RGB value is (72,38,32). Sum of RGB (Red+Green+Blue) = 72+38+32=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482620 is #B7D9DF. Grayscale: #2F2F2F. Windows color (decimal): -12048864 or 2106952. OLE color: 2106952.

HSL color Cylindrical-coordinate representation of color #482620: hue angle of 9º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482620 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 32 -
CMYK 0 0.47 0.56 0.72
HSL 0.38% 0.2% -
HSV(B) 0.56% 0.28% -
XYZ 3.63 2.87 1.73 -
YUV 47.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 72 38 32 0 0.47 0.56 0.72 9 0.38 0.2
Hex 48 26 20 0 2F 38 48 9 26 14
Octal 110 46 40 0 57 70 110 11 46 24
Binary 1001000 100110 100000 0 101111 111000 1001000 1001 100110 10100

Color Harmonies of #482620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482620

Black with #482620

Text Example


Text Example

White with #482620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482620; }

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

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

background-color css

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

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

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

border-color css

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

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

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