Html Css Color HEX #482009 Brown Pod

📋 copy color: '#482009'

red 72 ◦ green 32 ◦ blue 9

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

Shades of Brown Pod #482009

Tints of Brown Pod #482009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 63.72%
G = 28.32%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#482009 (or 0x482009) is known color: Brown Pod. HEX triplet: 48, 20 and 09. RGB value is (72,32,9). Sum of RGB (Red+Green+Blue) = 72+32+9=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482009 is #B7DFF6. Grayscale: #292929. Windows color (decimal): -12050423 or 598088. OLE color: 598088.

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

Color convert

RGB 72 32 9 -
CMYK 0 0.56 0.88 0.72
HSL 21.9º 0.78% 0.16% -
HSV(B) 21.9º 0.88% 0.28% -
XYZ 3.24 2.43 0.56 -
YUV 41.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 72 32 9 0 0.56 0.88 0.72 21.9 0.78 0.16
Hex 48 20 9 0 38 58 48 16 4E 10
Octal 110 40 11 0 70 130 110 26 116 20
Binary 1001000 100000 1001 0 111000 1011000 1001000 10110 1001110 10000

Color Harmonies of #482009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482009

Black with #482009

Text Example


Text Example

White with #482009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482009; }

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

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

background-color css

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

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

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

border-color css

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

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

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