Html Css Color HEX #481D0E Brown Pod

📋 copy color: '#481D0E'

red 72 ◦ green 29 ◦ blue 14

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

Shades of Brown Pod #481D0E

Tints of Brown Pod #481D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 62.61%
G = 25.22%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#481D0E (or 0x481D0E) is known color: Brown Pod. HEX triplet: 48, 1D and 0E. RGB value is (72,29,14). Sum of RGB (Red+Green+Blue) = 72+29+14=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D0E is #B7E2F1. Grayscale: #282828. Windows color (decimal): -12051186 or 925000. OLE color: 925000.

HSL color Cylindrical-coordinate representation of color #481D0E: hue angle of 15.52º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481D0E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 14 -
CMYK 0 0.60 0.81 0.72
HSL 15.52º 0.67% 0.17% -
HSV(B) 15.52º 0.81% 0.28% -
XYZ 3.19 2.29 0.69 -
YUV 40.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 72 29 14 0 0.60 0.81 0.72 15.52 0.67 0.17
Hex 48 1D E 0 3C 51 48 10 43 11
Octal 110 35 16 0 74 121 110 20 103 21
Binary 1001000 11101 1110 0 111100 1010001 1001000 10000 1000011 10001

Color Harmonies of #481D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D0E

Black with #481D0E

Text Example


Text Example

White with #481D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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