Html Css Color HEX #482106 Brown Pod

📋 copy color: '#482106'

red 72 ◦ green 33 ◦ blue 6

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

Shades of Brown Pod #482106

Tints of Brown Pod #482106

RGB

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

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

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

R = 64.86%
G = 29.73%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482106 (or 0x482106) is known color: Brown Pod. HEX triplet: 48, 21 and 06. RGB value is (72,33,6). Sum of RGB (Red+Green+Blue) = 72+33+6=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482106 is #B7DEF9. Grayscale: #292929. Windows color (decimal): -12050170 or 401736. OLE color: 401736.

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

Color convert

RGB 72 33 6 -
CMYK 0 0.54 0.92 0.72
HSL 24.55º 0.85% 0.15% -
HSV(B) 24.55º 0.92% 0.28% -
XYZ 3.25 2.48 0.48 -
YUV 41.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 72 33 6 0 0.54 0.92 0.72 24.55 0.85 0.15
Hex 48 21 6 0 36 5C 48 19 55 F
Octal 110 41 6 0 66 134 110 31 125 17
Binary 1001000 100001 110 0 110110 1011100 1001000 11001 1010101 1111

Color Harmonies of #482106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482106

Black with #482106

Text Example


Text Example

White with #482106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482106; }

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

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

background-color css

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

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

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

border-color css

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

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

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