Html Css Color HEX #482006 Brown Pod

📋 copy color: '#482006'

red 72 ◦ green 32 ◦ blue 6

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

Shades of Brown Pod #482006

Tints of Brown Pod #482006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 65.45%
G = 29.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482006 (or 0x482006) is known color: Brown Pod. HEX triplet: 48, 20 and 06. RGB value is (72,32,6). Sum of RGB (Red+Green+Blue) = 72+32+6=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482006 is #B7DFF9. Grayscale: #292929. Windows color (decimal): -12050426 or 401480. OLE color: 401480.

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

Color convert

RGB 72 32 6 -
CMYK 0 0.56 0.92 0.72
HSL 23.64º 0.85% 0.15% -
HSV(B) 23.64º 0.92% 0.28% -
XYZ 3.22 2.42 0.47 -
YUV 41 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 72 32 6 0 0.56 0.92 0.72 23.64 0.85 0.15
Hex 48 20 6 0 38 5C 48 18 55 F
Octal 110 40 6 0 70 134 110 30 125 17
Binary 1001000 100000 110 0 111000 1011100 1001000 11000 1010101 1111

Color Harmonies of #482006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482006

Black with #482006

Text Example


Text Example

White with #482006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482006; }

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

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

background-color css

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

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

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

border-color css

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

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

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