Html Css Color HEX #482008 Brown Pod

📋 copy color: '#482008'

red 72 ◦ green 32 ◦ blue 8

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

Shades of Brown Pod #482008

Tints of Brown Pod #482008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 64.29%
G = 28.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482008 (or 0x482008) is known color: Brown Pod. HEX triplet: 48, 20 and 08. RGB value is (72,32,8). Sum of RGB (Red+Green+Blue) = 72+32+8=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482008 is #B7DFF7. Grayscale: #292929. Windows color (decimal): -12050424 or 532552. OLE color: 532552.

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

Color convert

RGB 72 32 8 -
CMYK 0 0.56 0.89 0.72
HSL 22.5º 0.8% 0.16% -
HSV(B) 22.5º 0.89% 0.28% -
XYZ 3.23 2.43 0.53 -
YUV 41.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 72 32 8 0 0.56 0.89 0.72 22.5 0.8 0.16
Hex 48 20 8 0 38 59 48 16 50 10
Octal 110 40 10 0 70 131 110 26 120 20
Binary 1001000 100000 1000 0 111000 1011001 1001000 10110 1010000 10000

Color Harmonies of #482008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482008

Black with #482008

Text Example


Text Example

White with #482008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482008; }

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

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

background-color css

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

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

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

border-color css

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

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

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