Html Css Color HEX #481D13 Brown Pod

📋 copy color: '#481D13'

red 72 ◦ green 29 ◦ blue 19

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

Shades of Brown Pod #481D13

Tints of Brown Pod #481D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

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

R = 60%
G = 24.17%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481D13 (or 0x481D13) is known color: Brown Pod. HEX triplet: 48, 1D and 13. RGB value is (72,29,19). Sum of RGB (Red+Green+Blue) = 72+29+19=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D13 is #B7E2EC. Grayscale: #282828. Windows color (decimal): -12051181 or 1252680. OLE color: 1252680.

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

Color convert

RGB 72 29 19 -
CMYK 0 0.60 0.74 0.72
HSL 11.32º 0.58% 0.18% -
HSV(B) 11.32º 0.74% 0.28% -
XYZ 3.23 2.3 0.89 -
YUV 40.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 72 29 19 0 0.60 0.74 0.72 11.32 0.58 0.18
Hex 48 1D 13 0 3C 4A 48 B 3A 12
Octal 110 35 23 0 74 112 110 13 72 22
Binary 1001000 11101 10011 0 111100 1001010 1001000 1011 111010 10010

Color Harmonies of #481D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D13

Black with #481D13

Text Example


Text Example

White with #481D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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