Html Css Color HEX #482108 Brown Pod

📋 copy color: '#482108'

red 72 ◦ green 33 ◦ blue 8

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

Shades of Brown Pod #482108

Tints of Brown Pod #482108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 63.72%
G = 29.2%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482108 (or 0x482108) is known color: Brown Pod. HEX triplet: 48, 21 and 08. RGB value is (72,33,8). Sum of RGB (Red+Green+Blue) = 72+33+8=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482108 is #B7DEF7. Grayscale: #292929. Windows color (decimal): -12050168 or 532808. OLE color: 532808.

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

Color convert

RGB 72 33 8 -
CMYK 0 0.54 0.89 0.72
HSL 23.44º 0.8% 0.16% -
HSV(B) 23.44º 0.89% 0.28% -
XYZ 3.26 2.48 0.54 -
YUV 41.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 72 33 8 0 0.54 0.89 0.72 23.44 0.8 0.16
Hex 48 21 8 0 36 59 48 17 50 10
Octal 110 41 10 0 66 131 110 27 120 20
Binary 1001000 100001 1000 0 110110 1011001 1001000 10111 1010000 10000

Color Harmonies of #482108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482108

Black with #482108

Text Example


Text Example

White with #482108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482108; }

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

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

background-color css

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

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

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

border-color css

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

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

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