Html Css Color HEX #481E11 Brown Pod

📋 copy color: '#481E11'

red 72 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #481E11

Tints of Brown Pod #481E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 60.5%
G = 25.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481E11 (or 0x481E11) is known color: Brown Pod. HEX triplet: 48, 1E and 11. RGB value is (72,30,17). Sum of RGB (Red+Green+Blue) = 72+30+17=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E11 is #B7E1EE. Grayscale: #292929. Windows color (decimal): -12050927 or 1121864. OLE color: 1121864.

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

Color convert

RGB 72 30 17 -
CMYK 0 0.58 0.76 0.72
HSL 14.18º 0.62% 0.17% -
HSV(B) 14.18º 0.76% 0.28% -
XYZ 3.24 2.35 0.81 -
YUV 41.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 72 30 17 0 0.58 0.76 0.72 14.18 0.62 0.17
Hex 48 1E 11 0 3A 4C 48 E 3E 11
Octal 110 36 21 0 72 114 110 16 76 21
Binary 1001000 11110 10001 0 111010 1001100 1001000 1110 111110 10001

Color Harmonies of #481E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E11

Black with #481E11

Text Example


Text Example

White with #481E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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