Html Css Color HEX #481506 Brown Pod

📋 copy color: '#481506'

red 72 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #481506

Tints of Brown Pod #481506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 72.73%
G = 21.21%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481506 (or 0x481506) is known color: Brown Pod. HEX triplet: 48, 15 and 06. RGB value is (72,21,6). Sum of RGB (Red+Green+Blue) = 72+21+6=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481506 is #B7EAF9. Grayscale: #222222. Windows color (decimal): -12053242 or 398664. OLE color: 398664.

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

Color convert

RGB 72 21 6 -
CMYK 0 0.71 0.92 0.72
HSL 13.64º 0.85% 0.15% -
HSV(B) 13.64º 0.92% 0.28% -
XYZ 2.97 1.93 0.39 -
YUV 34.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 72 21 6 0 0.71 0.92 0.72 13.64 0.85 0.15
Hex 48 15 6 0 47 5C 48 E 55 F
Octal 110 25 6 0 107 134 110 16 125 17
Binary 1001000 10101 110 0 1000111 1011100 1001000 1110 1010101 1111

Color Harmonies of #481506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481506

Black with #481506

Text Example


Text Example

White with #481506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481506; }

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

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

background-color css

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

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

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

border-color css

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

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

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