Html Css Color HEX #481E14 Brown Pod

📋 copy color: '#481E14'

red 72 ◦ green 30 ◦ blue 20

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

Shades of Brown Pod #481E14

Tints of Brown Pod #481E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 59.02%
G = 24.59%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481E14 (or 0x481E14) is known color: Brown Pod. HEX triplet: 48, 1E and 14. RGB value is (72,30,20). Sum of RGB (Red+Green+Blue) = 72+30+20=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E14 is #B7E1EB. Grayscale: #292929. Windows color (decimal): -12050924 or 1318472. OLE color: 1318472.

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

Color convert

RGB 72 30 20 -
CMYK 0 0.58 0.72 0.72
HSL 11.54º 0.57% 0.18% -
HSV(B) 11.54º 0.72% 0.28% -
XYZ 3.26 2.36 0.94 -
YUV 41.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 72 30 20 0 0.58 0.72 0.72 11.54 0.57 0.18
Hex 48 1E 14 0 3A 48 48 C 39 12
Octal 110 36 24 0 72 110 110 14 71 22
Binary 1001000 11110 10100 0 111010 1001000 1001000 1100 111001 10010

Color Harmonies of #481E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E14

Black with #481E14

Text Example


Text Example

White with #481E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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