Html Css Color HEX #481D10 Brown Pod

📋 copy color: '#481D10'

red 72 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #481D10

Tints of Brown Pod #481D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 61.54%
G = 24.79%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481D10 (or 0x481D10) is known color: Brown Pod. HEX triplet: 48, 1D and 10. RGB value is (72,29,16). Sum of RGB (Red+Green+Blue) = 72+29+16=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D10 is #B7E2EF. Grayscale: #282828. Windows color (decimal): -12051184 or 1056072. OLE color: 1056072.

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

Color convert

RGB 72 29 16 -
CMYK 0 0.60 0.78 0.72
HSL 13.93º 0.64% 0.17% -
HSV(B) 13.93º 0.78% 0.28% -
XYZ 3.21 2.29 0.76 -
YUV 40.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 72 29 16 0 0.60 0.78 0.72 13.93 0.64 0.17
Hex 48 1D 10 0 3C 4E 48 E 40 11
Octal 110 35 20 0 74 116 110 16 100 21
Binary 1001000 11101 10000 0 111100 1001110 1001000 1110 1000000 10001

Color Harmonies of #481D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D10

Black with #481D10

Text Example


Text Example

White with #481D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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