Html Css Color HEX #482408 Brown Pod

📋 copy color: '#482408'

red 72 ◦ green 36 ◦ blue 8

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

Shades of Brown Pod #482408

Tints of Brown Pod #482408

RGB

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

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

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

R = 62.07%
G = 31.03%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482408 (or 0x482408) is known color: Brown Pod. HEX triplet: 48, 24 and 08. RGB value is (72,36,8). Sum of RGB (Red+Green+Blue) = 72+36+8=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482408 is #B7DBF7. Grayscale: #2B2B2B. Windows color (decimal): -12049400 or 533576. OLE color: 533576.

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

Color convert

RGB 72 36 8 -
CMYK 0 0.5 0.89 0.72
HSL 26.25º 0.8% 0.16% -
HSV(B) 26.25º 0.89% 0.28% -
XYZ 3.35 2.66 0.57 -
YUV 43.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 72 36 8 0 0.5 0.89 0.72 26.25 0.8 0.16
Hex 48 24 8 0 32 59 48 1A 50 10
Octal 110 44 10 0 62 131 110 32 120 20
Binary 1001000 100100 1000 0 110010 1011001 1001000 11010 1010000 10000

Color Harmonies of #482408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482408

Black with #482408

Text Example


Text Example

White with #482408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482408; }

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

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

background-color css

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

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

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

border-color css

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

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

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