Html Css Color HEX #481D14 Brown Pod

📋 copy color: '#481D14'

red 72 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #481D14

Tints of Brown Pod #481D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.97%

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

R = 59.5%
G = 23.97%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481D14 (or 0x481D14) is known color: Brown Pod. HEX triplet: 48, 1D and 14. RGB value is (72,29,20). Sum of RGB (Red+Green+Blue) = 72+29+20=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D14 is #B7E2EB. Grayscale: #282828. Windows color (decimal): -12051180 or 1318216. OLE color: 1318216.

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

Color convert

RGB 72 29 20 -
CMYK 0 0.60 0.72 0.72
HSL 10.38º 0.57% 0.18% -
HSV(B) 10.38º 0.72% 0.28% -
XYZ 3.24 2.31 0.94 -
YUV 40.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 72 29 20 0 0.60 0.72 0.72 10.38 0.57 0.18
Hex 48 1D 14 0 3C 48 48 A 39 12
Octal 110 35 24 0 74 110 110 12 71 22
Binary 1001000 11101 10100 0 111100 1001000 1001000 1010 111001 10010

Color Harmonies of #481D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D14

Black with #481D14

Text Example


Text Example

White with #481D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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