Html Css Color HEX #481A15 Brown Pod

📋 copy color: '#481A15'

red 72 ◦ green 26 ◦ blue 21

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

Shades of Brown Pod #481A15

Tints of Brown Pod #481A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 60.5%
G = 21.85%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481A15 (or 0x481A15) is known color: Brown Pod. HEX triplet: 48, 1A and 15. RGB value is (72,26,21). Sum of RGB (Red+Green+Blue) = 72+26+21=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A15 is #B7E5EA. Grayscale: #272727. Windows color (decimal): -12051947 or 1382984. OLE color: 1382984.

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

Color convert

RGB 72 26 21 -
CMYK 0 0.64 0.71 0.72
HSL 5.88º 0.55% 0.18% -
HSV(B) 5.88º 0.71% 0.28% -
XYZ 3.18 2.17 0.96 -
YUV 39.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 72 26 21 0 0.64 0.71 0.72 5.88 0.55 0.18
Hex 48 1A 15 0 40 47 48 6 37 12
Octal 110 32 25 0 100 107 110 6 67 22
Binary 1001000 11010 10101 0 1000000 1000111 1001000 110 110111 10010

Color Harmonies of #481A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A15

Black with #481A15

Text Example


Text Example

White with #481A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,21); }

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

background-color css

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

 a { background-color: rgb(72,26,21); }

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

border-color css

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

 span { border-color: rgb(72,26,21); }

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