Html Css Color HEX #481F14 Brown Pod

📋 copy color: '#481F14'

red 72 ◦ green 31 ◦ blue 20

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

Shades of Brown Pod #481F14

Tints of Brown Pod #481F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.2%

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

R = 58.54%
G = 25.2%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481F14 (or 0x481F14) is known color: Brown Pod. HEX triplet: 48, 1F and 14. RGB value is (72,31,20). Sum of RGB (Red+Green+Blue) = 72+31+20=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F14 is #B7E0EB. Grayscale: #2A2A2A. Windows color (decimal): -12050668 or 1318728. OLE color: 1318728.

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

Color convert

RGB 72 31 20 -
CMYK 0 0.57 0.72 0.72
HSL 12.69º 0.57% 0.18% -
HSV(B) 12.69º 0.72% 0.28% -
XYZ 3.29 2.41 0.95 -
YUV 42.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 72 31 20 0 0.57 0.72 0.72 12.69 0.57 0.18
Hex 48 1F 14 0 39 48 48 D 39 12
Octal 110 37 24 0 71 110 110 15 71 22
Binary 1001000 11111 10100 0 111001 1001000 1001000 1101 111001 10010

Color Harmonies of #481F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F14

Black with #481F14

Text Example


Text Example

White with #481F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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