Html Css Color HEX #481811 Brown Pod

📋 copy color: '#481811'

red 72 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #481811

Tints of Brown Pod #481811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 63.72%
G = 21.24%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481811 (or 0x481811) is known color: Brown Pod. HEX triplet: 48, 18 and 11. RGB value is (72,24,17). Sum of RGB (Red+Green+Blue) = 72+24+17=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481811 is #B7E7EE. Grayscale: #252525. Windows color (decimal): -12052463 or 1120328. OLE color: 1120328.

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

Color convert

RGB 72 24 17 -
CMYK 0 0.67 0.76 0.72
HSL 7.64º 0.62% 0.17% -
HSV(B) 7.64º 0.76% 0.28% -
XYZ 3.1 2.07 0.77 -
YUV 37.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 72 24 17 0 0.67 0.76 0.72 7.64 0.62 0.17
Hex 48 18 11 0 43 4C 48 8 3E 11
Octal 110 30 21 0 103 114 110 10 76 21
Binary 1001000 11000 10001 0 1000011 1001100 1001000 1000 111110 10001

Color Harmonies of #481811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481811

Black with #481811

Text Example


Text Example

White with #481811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481811; }

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

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

background-color css

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

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

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

border-color css

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

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

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