Html Css Color HEX #481100 Brown Pod

📋 copy color: '#481100'

red 72 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #481100

Tints of Brown Pod #481100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.9%
G = 19.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#481100 (or 0x481100) is known color: Brown Pod. HEX triplet: 48, 11 and 00. RGB value is (72,17,0). Sum of RGB (Red+Green+Blue) = 72+17+0=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #481100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481100 is #B7EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12054272 or 4424. OLE color: 4424.

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

Color convert

RGB 72 17 0 -
CMYK 0 0.76 1 0.72
HSL 14.17º 1% 0.14% -
HSV(B) 14.17º 1% 0.28% -
XYZ 2.87 1.78 0.19 -
YUV 31.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 72 17 0 0 0.76 1 0.72 14.17 1 0.14
Hex 48 11 0 0 4C 64 48 E 64 E
Octal 110 21 0 0 114 144 110 16 144 16
Binary 1001000 10001 0 0 1001100 1100100 1001000 1110 1100100 1110

Color Harmonies of #481100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481100

Black with #481100

Text Example


Text Example

White with #481100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481100; }

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

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

background-color css

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

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

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

border-color css

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

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

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