#481703

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

Shades of Brown Pod #481703

Tints of Brown Pod #481703

Color information

#481703 (or 0x481703) is unknown color: approx Brown Pod. HEX triplet: 48, 17 and 03. RGB value is (72,23,3). Sum of RGB (Red+Green+Blue) = 72+23+3=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481703 is #B7E8FC. Grayscale: #232323. Windows color (decimal): -12052733 or 202568. OLE color: 202568.

HSL color Cylindrical-coordinate representation of color #481703: hue angle of 17.39º 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 #481703 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB72233-
CMYK00.680.960.72
HSL17.39º92%14.71%-
HSV(B)17.39º95.83%28.24%-
XYZ320.31-
YUV35.37109.73154.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=73.47%
G=23.47%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223300.680.960.7217.399214.71
Hex481730446048115cf
Octal11027301041401102113417
Binary1001000101111101000100110000010010001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481703; }

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

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

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

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

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

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

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

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