Html Css Color HEX #481C16 Brown Pod

📋 copy color: '#481C16'

red 72 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #481C16

Tints of Brown Pod #481C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.03%

R = 59.02%
G = 22.95%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481C16 (or 0x481C16) is known color: Brown Pod. HEX triplet: 48, 1C and 16. RGB value is (72,28,22). Sum of RGB (Red+Green+Blue) = 72+28+22=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C16 is #B7E3E9. Grayscale: #282828. Windows color (decimal): -12051434 or 1449032. OLE color: 1449032.

HSL color Cylindrical-coordinate representation of color #481C16: hue angle of 7.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481C16 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 22 -
CMYK 0 0.61 0.69 0.72
HSL 7.2º 0.53% 0.18% -
HSV(B) 7.2º 0.69% 0.28% -
XYZ 3.23 2.27 1.03 -
YUV 40.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 72 28 22 0 0.61 0.69 0.72 7.2 0.53 0.18
Hex 48 1C 16 0 3D 45 48 7 35 12
Octal 110 34 26 0 75 105 110 7 65 22
Binary 1001000 11100 10110 0 111101 1000101 1001000 111 110101 10010

Color Harmonies of #481C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C16

Black with #481C16

Text Example


Text Example

White with #481C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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