Html Css Color HEX #481A10 Brown Pod

📋 copy color: '#481A10'

red 72 ◦ green 26 ◦ blue 16

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

Shades of Brown Pod #481A10

Tints of Brown Pod #481A10

RGB

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

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

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

R = 63.16%
G = 22.81%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481A10 (or 0x481A10) is known color: Brown Pod. HEX triplet: 48, 1A and 10. RGB value is (72,26,16). Sum of RGB (Red+Green+Blue) = 72+26+16=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A10 is #B7E5EF. Grayscale: #262626. Windows color (decimal): -12051952 or 1055304. OLE color: 1055304.

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

Color convert

RGB 72 26 16 -
CMYK 0 0.64 0.78 0.72
HSL 10.71º 0.64% 0.17% -
HSV(B) 10.71º 0.78% 0.28% -
XYZ 3.14 2.15 0.74 -
YUV 38.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 72 26 16 0 0.64 0.78 0.72 10.71 0.64 0.17
Hex 48 1A 10 0 40 4E 48 B 40 11
Octal 110 32 20 0 100 116 110 13 100 21
Binary 1001000 11010 10000 0 1000000 1001110 1001000 1011 1000000 10001

Color Harmonies of #481A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A10

Black with #481A10

Text Example


Text Example

White with #481A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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