Html Css Color HEX #481E13 Brown Pod

📋 copy color: '#481E13'

red 72 ◦ green 30 ◦ blue 19

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

Shades of Brown Pod #481E13

Tints of Brown Pod #481E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 59.5%
G = 24.79%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481E13 (or 0x481E13) is known color: Brown Pod. HEX triplet: 48, 1E and 13. RGB value is (72,30,19). Sum of RGB (Red+Green+Blue) = 72+30+19=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E13 is #B7E1EC. Grayscale: #292929. Windows color (decimal): -12050925 or 1252936. OLE color: 1252936.

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

Color convert

RGB 72 30 19 -
CMYK 0 0.58 0.74 0.72
HSL 12.45º 0.58% 0.18% -
HSV(B) 12.45º 0.74% 0.28% -
XYZ 3.25 2.35 0.9 -
YUV 41.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 72 30 19 0 0.58 0.74 0.72 12.45 0.58 0.18
Hex 48 1E 13 0 3A 4A 48 C 3A 12
Octal 110 36 23 0 72 112 110 14 72 22
Binary 1001000 11110 10011 0 111010 1001010 1001000 1100 111010 10010

Color Harmonies of #481E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E13

Black with #481E13

Text Example


Text Example

White with #481E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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