Html Css Color HEX #481F13 Brown Pod

📋 copy color: '#481F13'

red 72 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #481F13

Tints of Brown Pod #481F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 59.02%
G = 25.41%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481F13 (or 0x481F13) is known color: Brown Pod. HEX triplet: 48, 1F and 13. RGB value is (72,31,19). Sum of RGB (Red+Green+Blue) = 72+31+19=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F13 is #B7E0EC. Grayscale: #292929. Windows color (decimal): -12050669 or 1253192. OLE color: 1253192.

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

Color convert

RGB 72 31 19 -
CMYK 0 0.57 0.74 0.72
HSL 13.58º 0.58% 0.18% -
HSV(B) 13.58º 0.74% 0.28% -
XYZ 3.28 2.4 0.91 -
YUV 41.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 72 31 19 0 0.57 0.74 0.72 13.58 0.58 0.18
Hex 48 1F 13 0 39 4A 48 E 3A 12
Octal 110 37 23 0 71 112 110 16 72 22
Binary 1001000 11111 10011 0 111001 1001010 1001000 1110 111010 10010

Color Harmonies of #481F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F13

Black with #481F13

Text Example


Text Example

White with #481F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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