#481A07

Color #481A07 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #481A07

Tints of Brown Pod #481A07

Color information

#481A07 (or 0x481A07) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 07. RGB value is (72,26,7). Sum of RGB (Red+Green+Blue) = 72+26+7=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A07 is #B7E5F8. Grayscale: #252525. Windows color (decimal): -12051961 or 465480. OLE color: 465480.

HSL color Cylindrical-coordinate representation of color #481A07: hue angle of 17.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481A07 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72267-
CMYK00.640.900.72
HSL17.54º82.28%15.49%-
HSV(B)17.54º90.28%28.24%-
XYZ3.082.130.45-
YUV37.59110.74152.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=68.57%
G=24.76%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226700.640.900.7217.5482.2815.49
Hex481A70405A481252f
Octal11032701001321102212217
Binary10010001101011101000000101101010010001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #481A07;
 }
 .AnyTagClassName
 {
   color: #481A07;
 }
</style>
background-color css

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

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

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

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

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

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