Html Css Color HEX #481F15 Brown Pod

📋 copy color: '#481F15'

red 72 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #481F15

Tints of Brown Pod #481F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25%

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

R = 58.06%
G = 25%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481F15 (or 0x481F15) is known color: Brown Pod. HEX triplet: 48, 1F and 15. RGB value is (72,31,21). Sum of RGB (Red+Green+Blue) = 72+31+21=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F15 is #B7E0EA. Grayscale: #2A2A2A. Windows color (decimal): -12050667 or 1384264. OLE color: 1384264.

HSL color Cylindrical-coordinate representation of color #481F15: hue angle of 11.76º 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 #481F15 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 21 -
CMYK 0 0.57 0.71 0.72
HSL 11.76º 0.55% 0.18% -
HSV(B) 11.76º 0.71% 0.28% -
XYZ 3.3 2.41 1 -
YUV 42.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 72 31 21 0 0.57 0.71 0.72 11.76 0.55 0.18
Hex 48 1F 15 0 39 47 48 C 37 12
Octal 110 37 25 0 71 107 110 14 67 22
Binary 1001000 11111 10101 0 111001 1000111 1001000 1100 110111 10010

Color Harmonies of #481F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F15

Black with #481F15

Text Example


Text Example

White with #481F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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