Html Css Color HEX #481911 Brown Pod

📋 copy color: '#481911'

red 72 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #481911

Tints of Brown Pod #481911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

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

R = 63.16%
G = 21.93%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481911 (or 0x481911) is known color: Brown Pod. HEX triplet: 48, 19 and 11. RGB value is (72,25,17). Sum of RGB (Red+Green+Blue) = 72+25+17=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481911 is #B7E6EE. Grayscale: #262626. Windows color (decimal): -12052207 or 1120584. OLE color: 1120584.

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

Color convert

RGB 72 25 17 -
CMYK 0 0.65 0.76 0.72
HSL 8.73º 0.62% 0.17% -
HSV(B) 8.73º 0.76% 0.28% -
XYZ 3.12 2.11 0.77 -
YUV 38.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 72 25 17 0 0.65 0.76 0.72 8.73 0.62 0.17
Hex 48 19 11 0 41 4C 48 9 3E 11
Octal 110 31 21 0 101 114 110 11 76 21
Binary 1001000 11001 10001 0 1000001 1001100 1001000 1001 111110 10001

Color Harmonies of #481911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481911

Black with #481911

Text Example


Text Example

White with #481911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481911; }

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

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

background-color css

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

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

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

border-color css

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

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

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