#482303

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

Shades of Brown Pod #482303

Tints of Brown Pod #482303

Color information

#482303 (or 0x482303) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 03. RGB value is (72,35,3). Sum of RGB (Red+Green+Blue) = 72+35+3=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482303 is #B7DCFC. Grayscale: #2A2A2A. Windows color (decimal): -12049661 or 205640. OLE color: 205640.

HSL color Cylindrical-coordinate representation of color #482303: hue angle of 27.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #482303 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB72353-
CMYK00.510.960.72
HSL27.83º92%14.71%-
HSV(B)27.83º95.83%28.24%-
XYZ3.292.590.41-
YUV42.41105.76149.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=65.45%
G=31.82%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235300.510.960.7227.839214.71
Hex4823303360481c5cf
Octal1104330631401103413417
Binary1001000100011110110011110000010010001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482303; }

 p { color: rgb(72,35,3); }

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

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

 a { background-color: rgb(72,35,3); }

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

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

 span { border-color: rgb(72,35,3); }

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