Html Css Color HEX #481C11 Brown Pod

📋 copy color: '#481C11'

red 72 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #481C11

Tints of Brown Pod #481C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

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

R = 61.54%
G = 23.93%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481C11 (or 0x481C11) is known color: Brown Pod. HEX triplet: 48, 1C and 11. RGB value is (72,28,17). Sum of RGB (Red+Green+Blue) = 72+28+17=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C11 is #B7E3EE. Grayscale: #272727. Windows color (decimal): -12051439 or 1121352. OLE color: 1121352.

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

Color convert

RGB 72 28 17 -
CMYK 0 0.61 0.76 0.72
HSL 12º 0.62% 0.17% -
HSV(B) 12º 0.76% 0.28% -
XYZ 3.19 2.25 0.8 -
YUV 39.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 72 28 17 0 0.61 0.76 0.72 12 0.62 0.17
Hex 48 1C 11 0 3D 4C 48 C 3E 11
Octal 110 34 21 0 75 114 110 14 76 21
Binary 1001000 11100 10001 0 111101 1001100 1001000 1100 111110 10001

Color Harmonies of #481C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C11

Black with #481C11

Text Example


Text Example

White with #481C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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