Html Css Color HEX #481906 Brown Pod

📋 copy color: '#481906'

red 72 ◦ green 25 ◦ blue 6

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

Shades of Brown Pod #481906

Tints of Brown Pod #481906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

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

R = 69.9%
G = 24.27%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481906 (or 0x481906) is known color: Brown Pod. HEX triplet: 48, 19 and 06. RGB value is (72,25,6). Sum of RGB (Red+Green+Blue) = 72+25+6=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481906 is #B7E6F9. Grayscale: #252525. Windows color (decimal): -12052218 or 399688. OLE color: 399688.

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

Color convert

RGB 72 25 6 -
CMYK 0 0.65 0.92 0.72
HSL 17.27º 0.85% 0.15% -
HSV(B) 17.27º 0.92% 0.28% -
XYZ 3.05 2.09 0.41 -
YUV 36.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 72 25 6 0 0.65 0.92 0.72 17.27 0.85 0.15
Hex 48 19 6 0 41 5C 48 11 55 F
Octal 110 31 6 0 101 134 110 21 125 17
Binary 1001000 11001 110 0 1000001 1011100 1001000 10001 1010101 1111

Color Harmonies of #481906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481906

Black with #481906

Text Example


Text Example

White with #481906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481906; }

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

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

background-color css

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

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

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

border-color css

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

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

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