Html Css Color HEX #481E16 Brown Pod

📋 copy color: '#481E16'

red 72 ◦ green 30 ◦ blue 22

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

Shades of Brown Pod #481E16

Tints of Brown Pod #481E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 58.06%
G = 24.19%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481E16 (or 0x481E16) is known color: Brown Pod. HEX triplet: 48, 1E and 16. RGB value is (72,30,22). Sum of RGB (Red+Green+Blue) = 72+30+22=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E16 is #B7E1E9. Grayscale: #292929. Windows color (decimal): -12050922 or 1449544. OLE color: 1449544.

HSL color Cylindrical-coordinate representation of color #481E16: hue angle of 9.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481E16 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 22 -
CMYK 0 0.58 0.69 0.72
HSL 9.6º 0.53% 0.18% -
HSV(B) 9.6º 0.69% 0.28% -
XYZ 3.28 2.36 1.04 -
YUV 41.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 72 30 22 0 0.58 0.69 0.72 9.6 0.53 0.18
Hex 48 1E 16 0 3A 45 48 A 35 12
Octal 110 36 26 0 72 105 110 12 65 22
Binary 1001000 11110 10110 0 111010 1000101 1001000 1010 110101 10010

Color Harmonies of #481E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E16

Black with #481E16

Text Example


Text Example

White with #481E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E16; }

 p { color: rgb(72,30,22); }

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

background-color css

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

 a { background-color: rgb(72,30,22); }

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

border-color css

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

 span { border-color: rgb(72,30,22); }

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