#381603

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

Shades of Brown Pod #381603

Tints of Brown Pod #381603

Color information

#381603 (or 0x381603) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 03. RGB value is (56,22,3). Sum of RGB (Red+Green+Blue) = 56+22+3=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381603 is #C7E9FC. Grayscale: #1E1E1E. Windows color (decimal): -13101565 or 202296. OLE color: 202296.

HSL color Cylindrical-coordinate representation of color #381603: hue angle of 21.51º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381603 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56223-
CMYK00.610.950.78
HSL21.51º89.83%11.57%-
HSV(B)21.51º94.64%21.96%-
XYZ1.931.420.26-
YUV30112.76146.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=69.14%
G=27.16%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622300.610.950.7821.5189.8311.57
Hex3816303D5F4E165ac
Octal702630751371162613214
Binary11100010110110111101101111110011101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381603; }

 p { color: rgb(56,22,3); }

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

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

 a { background-color: rgb(56,22,3); }

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

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

 span { border-color: rgb(56,22,3); }

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